I've been troubled by this problem for a long time. I swear it's a strange problem

Friday was supposed to be a pleasant day, but I did encounter a strange problem in the formal environment, which has not been repeated in my local and test environment.

I deployed the local jar to the formal environment (verified in the test environment in advance) and started it, I checked the log file and output it to Quart job instances. I suspected that there was a problem with my quartz, so I deleted the quart related code and redeployed it, but the program still couldn’t start. Then I changed the log level of hibernate to “debug”, As shown in the picture, springboot was successful only after 13 minutes

spring-boot version:
1.5.21.RELEASE
Related jar packages:
spring-data-jpa-1.11.22.RELEASE
hibernate-jpa-2.1-api-1.0.0.Final
hibernate-core-5.0.12

Maybe the connection to your database takes a very long time or the schema introspection consumes a lot of time?