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 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
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