#Exclude start up of Hibernate JPA configuration
Add below entry in your application.properties file
Add below entry in your application.properties file
spring.autoconfigure.exclude[0]=org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
Comments
Post a Comment