1、当我们刚开始新建完一个spring boot项目时,遇到org.springframework.boot不存在的问题。
解决方案: 在pom.xml中添加如下依赖包
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency>
Powered by: 博客园 Copyright © 2024 zwrsnrt Powered by .NET 8.0 on Kubernetes