新建項目SpringBootApplication無法引入的問題

問題: 解決方法: 檢查新項目的 pom.xml 中定義的 version 是否和舊項目不同。改成和舊項目保持一致之後,刷新項目,可解決問題。     <parent>         <groupId>org.springframework.boot</groupId>         <artifactId>spring-boot-starter-parent</artifactId>    
相關文章
相關標籤/搜索