在pom.xml里面配置springboot的插件 <build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><configuration><executable>true</executable><includeSystemScope>true</includeSystemScope></configuration></plugin></plugins></build> 这样就可以了...