quartz导致springboot启动时卡在 Initiali
2021-04-02 本文已影响0人
夜月河色
idea启动springboot项目时,卡在 Initialized JPA EntityManagerFactory for persistence unit 'default'。
实际卡住的原因不是jpa,而是quartz导致的,原因就在quartz的11张表中。
粗暴的处理办法是截断这11张表。项目就能重新启动了。
idea启动springboot项目时,卡在 Initialized JPA EntityManagerFactory for persistence unit 'default'。
实际卡住的原因不是jpa,而是quartz导致的,原因就在quartz的11张表中。
粗暴的处理办法是截断这11张表。项目就能重新启动了。