java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@609319c3: startup date [Thu Sep 30 14:24:51 CST 2021]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@78fa769e
是不是没有配置扫描包,或者缺少对应的maven依赖,也有可能是版本不匹配造成的
点击右侧Maven中lifecycle中的clean清理后重新编译一下。