File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 26
26
<module >spring-cloud-gray-client-netflix</module >
27
27
<module >spring-cloud-gray-utils</module >
28
28
<module >spring-cloud-gray-starter-dependencies</module >
29
+ <module >spring-cloud-gray-webui</module >
29
30
</modules >
30
31
31
32
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"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >spring-cloud-gray</artifactId >
7
+ <groupId >cn.springcloud.gray</groupId >
8
+ <version >2.0.0</version >
9
+ </parent >
10
+ <modelVersion >4.0.0</modelVersion >
11
+
12
+ <artifactId >spring-cloud-gray-webui</artifactId >
13
+
14
+
15
+ </project >
You can’t perform that action at this time.
0 commit comments