I\'m having trouble with my first steps using Spring-Boot with JPA. I\'ve started with a pretty minimalistic example from Git using Gradle.
Now simply moving
Location of entities in Spring Boot can be configured using @EntityScan.
By default, @EnableAutoConfiguration enables entity scanning in the package where it's placed (if it's not a default package).
@EnableAutoConfiguration