Код: Выделить всё
@Configuration
@EntityScan("some.known.persistence")
@ComponentScan({ "some.known.persistence"})
public class ApiConfig {
}
Подробнее здесь: https://stackoverflow.com/questions/388 ... ponentscan
Код: Выделить всё
@Configuration
@EntityScan("some.known.persistence")
@ComponentScan({ "some.known.persistence"})
public class ApiConfig {
}