Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.context.logging.LoggingApplicationListener
利用maven创建项目出现这个问题是因为maven依赖父工程需要添加
<parent> <groupId>org.springframework.boot</groupId> <version>2.7.14</version> <artifactId>spring-boot-starter-parent</artifactId> </parent>