關(guān)于依賴的一個(gè)小問題
<dependency> ????<groupId>org.springframework.boot</groupId> ????<artifactId>spring-boot-configuration-processor</artifactId> </dependency>
這個(gè)依賴不添加的話,會(huì)有但是還是可以運(yùn)行的
<dependency> ????<groupId>org.springframework.boot</groupId> ????<artifactId>spring-boot-configuration-processor</artifactId> </dependency>
這個(gè)依賴不添加的話,會(huì)有但是還是可以運(yùn)行的
2018-12-05
舉報(bào)
2018-12-07
報(bào)的錯(cuò)是沒有添加這個(gè)依賴包
2018-12-18
意思就是加入在配置文件中配置了某種屬性,可能讀取不到 是這個(gè)意思嗎