Skip to content

Commit c6245bc

Browse files
committed
增加pom
1 parent 1c6ca2c commit c6245bc

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.class
2+
target/
23

34
# Mobile Tools for Java (J2ME)
45
.mtj.tmp/
@@ -11,7 +12,6 @@
1112
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1213
hs_err_pid*
1314

14-
target/
1515

1616
### STS ###
1717
.apt_generated
@@ -28,6 +28,7 @@ target/
2828
*.iml
2929
*.ipr
3030
*.reble.xml
31+
*.log
3132

3233
*.DS_Store
3334

pom.xml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
6+
<groupId>com.caliven</groupId>
7+
<artifactId>spring-boot-cloud</artifactId>
8+
<name>spring-boot-cloud</name>
9+
10+
<modules>
11+
<module>eureka-server</module>
12+
<module>eureka-client</module>
13+
<module>eureka-consumer</module>
14+
<module>eureka-consumer-feign</module>
15+
<module>eureka-consumer-ribbon</module>
16+
<module>eureka-consumer-ribbon-hystrix</module>
17+
<module>hystrix-dashboard</module>
18+
<module>config-server-git</module>
19+
<module>config-client</module>
20+
<module>demo</module>
21+
</modules>
22+
23+
</project>

0 commit comments

Comments
 (0)