File tree Expand file tree Collapse file tree
java/info/xiaomo/configserver
java/info/xiaomo/eurekaserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <artifactId >spring-cloud- config-server</artifactId >
7+ <artifactId >config-server</artifactId >
88 <version >1.0-SNAPSHOT</version >
99 <packaging >jar</packaging >
1010
1111 <parent >
12- <artifactId >spring-cloud-demo </artifactId >
12+ <artifactId >spring-cloud-unity </artifactId >
1313 <groupId >info.xiaomo</groupId >
1414 <version >2018.1</version >
1515 </parent >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <artifactId >spring-cloud- eureka-server</artifactId >
7+ <artifactId >eureka-server</artifactId >
88 <version >1.0-SNAPSHOT</version >
99
1010 <parent >
11- <artifactId >spring-cloud-demo </artifactId >
11+ <artifactId >spring-cloud-unity </artifactId >
1212 <groupId >info.xiaomo</groupId >
1313 <version >2018.1</version >
1414 </parent >
2727
2828
2929 <build >
30- <finalName >config -server</finalName >
30+ <finalName >eureka -server</finalName >
3131 <plugins >
3232 <plugin >
3333 <groupId >org.springframework.boot</groupId >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 55
66 <groupId >info.xiaomo</groupId >
77 <modelVersion >4.0.0</modelVersion >
8- <artifactId >spring-cloud-demo </artifactId >
8+ <artifactId >spring-cloud-unity </artifactId >
99 <version >2018.1</version >
1010 <packaging >pom</packaging >
1111
4545
4646
4747 <modules >
48- <module >spring-cloud- config-server</module >
49- <module >spring-cloud- eureka-server</module >
48+ <module >config-server</module >
49+ <module >eureka-server</module >
5050 </modules >
5151
5252</project >
You can’t perform that action at this time.
0 commit comments