My project is using spring-boot, sping-data-jpa, spring-data-rest, hibernate
spring-boot
sping-data-jpa
spring-data-rest
hibernate
I have updated to spring boot 2.3.1
spring boot 2.3.1
Could you you please check if you don't enable any profile in your application.yaml if present in your test resource folder like below :- spring: profiles: active: local
Also can you share the snapshot of your project folder.