INFO warnings about multiple modules in Spring Boot, what do they mean? - Stack Overflow
There is a whole section about in the documents:
http://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories.multiple-modules
Basically if you are using the generic interfaces (e.g. CrudRepository) then Spring won't know if you want that repository to be backed on the spring-mongodb or spring-redis data modules.
Read full article from INFO warnings about multiple modules in Spring Boot, what do they mean? - Stack Overflow
No comments:
Post a Comment