springboot 启动报错[extShutdownHook]


运行Springboot时出现了错误...

发现自己忘了导入web启动器

在pom.xml导入此依赖包



    org.springframework.boot
    spring-boot-starter-web
    2.3.5.RELEASE

然后再重新run,就没问题了