current project Flashcards

You may prefer our related Brainscape-certified 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

data layer: which plugin?

A

use Maven, not Spring Boot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly