'restart.include.mapper' is an unknown property.
這個屬性一直找不到??吹接腥苏f和spirngboot版本有關,我springboot的版本試過1.5.18.BUILD-SNAPSHOT,也試過2.0.7.BUILD-SNAPSHOT,都沒用,這個屬性restart開頭應該是和熱部署有關吧?devtools的版本我也試過最新版的,如下。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<version>2.0.4.RELEASE</version>
<optional>true</optional>
</dependency>
也沒用。其他mybatis等等的依賴都按視頻上的版本號寫的。各種嘗試后application.properties文件還是說'restart.include.mapper' is an unknown property.restart.include.pagehelper也是這樣的問題。搞不懂???是我版本號不對嗎
2018-11-24
我用的是yml版本, 大同小異,應該沒有restart.include.mapper和restart.include.pagehelper兩個屬性吧?