确定配置进行依赖和配置没有错误后。
调整spring boot 的版本,因为新版本对老版本的spring boot 不能使用。
改为:
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.6.RELEASE</version>
就可以正常使用了