The sping-data-rest interface of the maven submodule is not recognized?

the controller of each submodule is recognized, but the restful of spring-data-rest is not recognized. Do you need any special configuration?

Environment: spring-boot1.5.15

Apr.05,2021

https://www.oschina.net/quest.
add @ EnableJpaRepositories (basePackages=" ") Just configure it. In the case of multiple modules, the default configuration cannot be used in many places.

Menu