JHipster deploy Pivotal Web Services - AutoConfigure cycle detected

347 views Asked by At

I wanted to deploy my JHipster (5.1.0) on Pivotal Web Services. Locally ./mvnw -pprod worked well with my MySQL database. I had no issues. Once I want to deploy my application on the Pivotal Web Services I get the following exception:

java.lang.IllegalStateException: AutoConfigure cycle detected between org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration and org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration

Did I forget anything? I'm really struggling with this exception. Spring Boot 2.0.3 is used

0

There are 0 answers