父子工程列表
.
│
├─001-webapp # 子工程
│ │ pom.xml
│ │
│ └─src
│ └─main
│ ├─java
│ │ └─com
│ │ └─app
│ │ └─cloud
│ │ └─webapp
│ │ WebappServerApplication.java
│ │
│ └─resources
│ application.yml
│
│
└─app-parent # 父工程
pom.xml
父工程 pom.xml
父工程就一个pom.xml
文件啥也没有, 将所有子pom.xml
中共同的配置,都写在这里
4.0.0
com.app.cloud
app-parent
1.0.0
pom
org.springframework.boot
spring-boot-starter-parent
1.4.4.RELEASE
UTF-8
UTF-8
1.8
org.springframework.cloud
spring-cloud-dependencies
Camden.SR5
pom
import
local-nexus-userid
http://192.168.20.91:8081/repository/maven-releases/
子工程 pom.xml
4.0.0
001-webapp
com.app.cloud
001-webapp
0.0.1
jar
com.app.cloud
app-parent
1.0.0
org.springframework.cloud
spring-cloud-starter-gateway-server
${project.name}
org.springframework.boot
spring-boot-maven-plugin
true
true