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