Using Spring Boot without the parent POM: 问题 spring boot项目一般情况下的parent如下: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.4.0.BUILD-SNAPSHOT</versio
If you do not want to use the spring-boot-starter-parent, you can still keep the benefit of the dependency management (but not the plugin management) by using a scope=import dependency, as follows: <?xml version="1.0" encoding="UTF-8&quo