Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 20cd6bc

Browse files
完成springcloud sleuth
1 parent c3768f0 commit 20cd6bc

File tree

113 files changed

+615
-160
lines changed

Some content is hidden

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

113 files changed

+615
-160
lines changed

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target/
2+
.idea

‎.idea/compiler.xml‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/misc.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/workspace.xml‎

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

‎cloud-api-commons/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>cloud2020</artifactId>
7-
<groupId>org.xzq.com.com.springcloud</groupId>
7+
<groupId>org.xzq.springcloud</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
3.29 KB
Binary file not shown.
2.13 KB
Binary file not shown.

‎cloud-comsumerzk-order80/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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>cloud2020</artifactId>
7-
<groupId>org.xzq.com.com.springcloud</groupId>
7+
<groupId>org.xzq.springcloud</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>cloud-comsumerzk-order80</artifactId>
1313
<dependencies>
1414
<dependency>
15-
<groupId>org.xzq.com.com.springcloud</groupId>
15+
<groupId>org.xzq.springcloud</groupId>
1616
<artifactId>cloud-api-commons</artifactId>
1717
<version>${project.version}</version>
1818
</dependency>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
server:
2+
port: 80
3+
spring:
4+
application:
5+
name: cloud-provider-order
6+
cloud:
7+
zookeeper:
8+
connect-string: 118.178.91.123:2181
776 Bytes
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /