Skip to content

Commit 0293894

Browse files
committed
添加webui module
1 parent 2ae8c73 commit 0293894

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<module>spring-cloud-gray-client-netflix</module>
2727
<module>spring-cloud-gray-utils</module>
2828
<module>spring-cloud-gray-starter-dependencies</module>
29+
<module>spring-cloud-gray-webui</module>
2930
</modules>
3031

3132

spring-cloud-gray-webui/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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>

0 commit comments

Comments
 (0)