springboot启动卡住不动

1,081 阅读1分钟

Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.

启动springboot项目,控制台日志停滞不动,显示**# Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter**.

经过排查原因是因为 springboot项目的断点导致,在 mapper dao方法上设置断点,导致项目启动停滞。去掉断点后,正常启动

image.png