显式指定repository
2015-09-22 本文已影响23人
chaofeng
spring-boot-starter-data-mongodb
和 spring-boot-starter-data-jpa
都能够提供Repository<T,ID extends Seriable>
的实现
当二者都存在于classpath
中,就会发生冲突
所以需要额外的<b>显式</b>指定究竟用谁来提供实现
在application.properties
中指定spring.data.*.repositories.enabled=false/true