SpringBoot报错:java.lang.IllegalStateException: Failed to load ApplicationContext

    xiaoxiao2022-07-13  233

    解决方案:pom.xml 内添加

    <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.8.9</version> </dependency>

     

    最新回复(0)