current project Flashcards
1
Q
How to configure your data layer so that other projects can find the entities
A
In your config class, add @ComponentScan({path to repos}) to your class. Then add the name of your factory where the config lives in spring.factories under your META-INF
2
Q
data layer: which plugin?
A
use Maven, not Spring Boot