'restart.include.mapper' is an unknown property.
这个属性一直找不到。看到有人说和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也是这样的问题。搞不懂啊?是我版本号不对吗