1. 程式人生 > >cannot access org.springframework.core.env.environment 問題解決

cannot access org.springframework.core.env.environment 問題解決

執行時發現cannot access org.springframework.core.env.environment問題,

SpringApplication.run這裡總是編譯不過,是因為版本問題

首先先刪除.m2資料夾下所有

然後我把我的版本改到這個

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>