File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
* .class
2
+ target /
2
3
3
4
# Mobile Tools for Java (J2ME)
4
5
.mtj.tmp /
11
12
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
13
hs_err_pid *
13
14
14
- target /
15
15
16
16
# ## STS ###
17
17
.apt_generated
@@ -28,6 +28,7 @@ target/
28
28
* .iml
29
29
* .ipr
30
30
* .reble.xml
31
+ * .log
31
32
32
33
* .DS_Store
33
34
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments