IntelliJ IDEA 建立SpringBoot項目報錯: 程序包org.springframework.boot不存在

解決方案: 在pom.xml配置文件中添加依賴web <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> 問題解決!!!spring
相關文章
相關標籤/搜索