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
You must locate entities and repositories pakages by using
@EnableJpaRepositories(basePackages = "your.repositories.pakage") @EntityScan(basePackages = "your.entities.pakage")