You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Spring Boot 1.4 @org.springframework.boot.orm.jpa.EntityScan annotation has been deprecated and should be replaced with @org.springframework.boot.autoconfigure.domain.EntityScan or explicit configuration details.
For this reason JPA models doesn't managed.
To solve this problem in project with Spring Boot 1.4+ version you need to define entity scan explicitly:
In Spring Boot 1.4
@org.springframework.boot.orm.jpa.EntityScan
annotation has been deprecated and should be replaced with@org.springframework.boot.autoconfigure.domain.EntityScan
or explicit configuration details.For this reason JPA models doesn't managed.
To solve this problem in project with Spring Boot 1.4+ version you need to define entity scan explicitly:
The text was updated successfully, but these errors were encountered: