我正在使用在我的服务中注入一些其他项目。但是在集成它们时,我面临以下异常: java.lang.IllegalStateException: AutoConfigure Cycle detectors between org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration 和 org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
我在主项目中注入的所有项目都是基于 spring-boot 2.1.3 构建的
什么可以解决这个问题。如果需要任何其他与此相关的信息,请告诉我。
以下是运行服务时生成的日志:
*
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: …Run Code Online (Sandbox Code Playgroud)