Skip to content

Commit 0602fca

Browse files
fixed : 重构代码结构
重构代码结构
1 parent 0ca22d5 commit 0602fca

157 files changed

Lines changed: 780 additions & 642 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/workspace.xml

Lines changed: 433 additions & 295 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thoth-config-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<parent>
44
<artifactId>thoth-parent</artifactId>
5-
<groupId>com.changyou</groupId>
5+
<groupId>com.prometheus</groupId>
66
<version>0.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

thoth-config-server/src/main/java/com/changyou/ConfigServerApplication.java renamed to thoth-config-server/src/main/java/com/prometheus/ConfigServerApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.changyou;
1+
package com.prometheus;
22

33
import org.springframework.boot.SpringApplication;
44
import org.springframework.boot.autoconfigure.SpringBootApplication;

thoth-config-server/src/test/java/com/changyou/AppTest.java renamed to thoth-config-server/src/test/java/com/prometheus/AppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.changyou;
1+
package com.prometheus;
22

33
import junit.framework.Test;
44
import junit.framework.TestCase;

thoth-registry-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<parent>
44
<artifactId>thoth-parent</artifactId>
5-
<groupId>com.changyou</groupId>
5+
<groupId>com.prometheus</groupId>
66
<version>0.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

thoth-registry-server/src/main/java/com/changyou/EurekaServerApplication.java renamed to thoth-registry-server/src/main/java/com/prometheus/EurekaServerApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.changyou;
1+
package com.prometheus;
22

33
import org.springframework.boot.SpringApplication;
44
import org.springframework.boot.autoconfigure.SpringBootApplication;

thoth-registry-server/src/test/java/com/changyou/EurekaServerApplicationTest.java renamed to thoth-registry-server/src/test/java/com/prometheus/EurekaServerApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.changyou;
1+
package com.prometheus;
22

33
import junit.framework.Test;
44
import junit.framework.TestCase;

thoth-robot-ms/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parent>
88
<artifactId>thoth-parent</artifactId>
9-
<groupId>com.changyou</groupId>
9+
<groupId>com.prometheus</groupId>
1010
<version>0.0.1-SNAPSHOT</version>
1111
</parent>
1212

@@ -33,7 +33,7 @@
3333
</modules>
3434
<dependencies>
3535
<dependency>
36-
<groupId>com.changyou</groupId>
36+
<groupId>com.prometheus</groupId>
3737
<artifactId>thoth-dependencies</artifactId>
3838
<version>0.0.1-SNAPSHOT</version>
3939
<optional>true</optional>
@@ -50,7 +50,7 @@
5050
<developer>
5151
<name>sunliangliang</name>
5252
<email>sunliangliang@cyou-inc.com</email>
53-
<organization>changyou</organization>
53+
<organization>prometheus</organization>
5454
</developer>
5555
</developers>
5656

thoth-robot-ms/thoth-robot-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<artifactId>thoth-robot-ms</artifactId>
7-
<groupId>com.changyou</groupId>
7+
<groupId>com.prometheus</groupId>
88
<version>0.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

thoth-robot-ms/thoth-robot-common/src/main/java/com/changyou/thoth/utils/RobotConstants.java renamed to thoth-robot-ms/thoth-robot-common/src/main/java/com/prometheus/thoth/utils/RobotConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.changyou.thoth.utils;
1+
package com.prometheus.thoth.utils;
22

33
/**
44
* created by sunliangliang

0 commit comments

Comments
 (0)