I'm developing a spring boot app and use JPA.
Asked
Active
Viewed 145 times
0

K.Nicholas
- 10,956
- 4
- 46
- 66

aviv jan
- 11
- 1
- 2
-
Might the property for the password just have a typo in your application.properties? It should not be springspring.datasource.password.. – juwil Mar 09 '21 at 14:24
-
where is your Entities? what you expect to happen when haven't any entity? – Ali Choopani Mar 09 '21 at 14:29
-
Refer this https://stackoverflow.com/questions/48416927/spring-boot-required-a-bean-named-entitymanagerfactory-that-could-not-be-foun/54663039. This might solve the problem. – MadProgrammer Mar 09 '21 at 14:35
-
`springspring.datasource.password` is the wrong statement. Can you share your `pom.xml`? I guess something is wrong with your dependencies. – Faramarz Afzali Mar 09 '21 at 16:20