-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating bean #44
Comments
It relate to the jpa start up, you need to create a postgresql on your localhost and set the config in application.yml |
I too have the same error.I have created a database in my localhost but i also got that error |
this could be configuration problem that Lombok is not accepting. Can you remove @RequiredArgsConstructure and use Autowirde for the dependencies, just to understand if problem is database or Lombok.
|
I had also faced a similar challenge and for my case I had duplicated the relationships of my table and thus creation was quite of a challenge thus resulting to this. Maybe check on your DB configuration and your entities. |
regarding the jwtfilter exception "error creating bean" : |
Hello !
Can u help me i have this error:
Error creating bean with name 'jwtAuthenticationFilter' defined in file [F:\javadev1\SunuBtrust360_Enrol\target\classes\com\SunuBtrust360_Enrol\config\JwtAuthenticationFilter.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'jwtService': Injection of autowired dependencies failed
The text was updated successfully, but these errors were encountered: