Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
f3d852f6
Commit
f3d852f6
authored
Mar 08, 2021
by
zhiheng.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
灰度版本升级
parent
601aefcd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
16 deletions
+11
-16
call-back-service/pom.xml
+3
-3
call-back-service/src/main/resources/application.properties
+0
-2
order-application-service/pom.xml
+3
-3
order-application-service/src/main/resources/application.properties
+0
-2
shopping-cart-application-service/pom.xml
+3
-3
shopping-cart-application-service/src/main/resources/application.properties
+2
-3
No files found.
call-back-service/pom.xml
View file @
f3d852f6
...
@@ -108,20 +108,20 @@
...
@@ -108,20 +108,20 @@
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-starter-eureka
</artifactId>
<artifactId>
discovery-plugin-starter-eureka
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
<!--服务需要依赖-->
<!--服务需要依赖-->
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-strategy-starter-service
</artifactId>
<artifactId>
discovery-plugin-strategy-starter-service
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
<!--所有应用都需要-->
<!--所有应用都需要-->
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-config-center-starter-apollo
</artifactId>
<artifactId>
discovery-plugin-config-center-starter-apollo
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<groupId>
com.google.guava
</groupId>
...
...
call-back-service/src/main/resources/application.properties
View file @
f3d852f6
...
@@ -20,4 +20,3 @@ management.metrics.tags.application=${spring.application.name}
...
@@ -20,4 +20,3 @@ management.metrics.tags.application=${spring.application.name}
management.endpoint.shutdown.enabled
=
true
management.endpoint.shutdown.enabled
=
true
management.health.rabbit.enabled
=
false
management.health.rabbit.enabled
=
false
apollo.plugin.namespace
=
openstore.gray.rule
apollo.plugin.namespace
=
openstore.gray.rule
feign.hystrix.enabled
=
true
\ No newline at end of file
order-application-service/pom.xml
View file @
f3d852f6
...
@@ -353,20 +353,20 @@
...
@@ -353,20 +353,20 @@
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-starter-eureka
</artifactId>
<artifactId>
discovery-plugin-starter-eureka
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
<!--服务需要依赖-->
<!--服务需要依赖-->
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-strategy-starter-service
</artifactId>
<artifactId>
discovery-plugin-strategy-starter-service
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
<!--所有应用都需要-->
<!--所有应用都需要-->
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-config-center-starter-apollo
</artifactId>
<artifactId>
discovery-plugin-config-center-starter-apollo
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
order-application-service/src/main/resources/application.properties
View file @
f3d852f6
...
@@ -23,6 +23,5 @@ management.metrics.tags.application=${spring.application.name}
...
@@ -23,6 +23,5 @@ management.metrics.tags.application=${spring.application.name}
management.endpoint.shutdown.enabled
=
true
management.endpoint.shutdown.enabled
=
true
management.security.enabled
=
false
management.security.enabled
=
false
management.health.rabbit.enabled
=
false
management.health.rabbit.enabled
=
false
feign.hystrix.enabled
=
true
mcCafe.partnerId
=
1206
mcCafe.partnerId
=
1206
apollo.plugin.namespace
=
openstore.gray.rule
apollo.plugin.namespace
=
openstore.gray.rule
\ No newline at end of file
shopping-cart-application-service/pom.xml
View file @
f3d852f6
...
@@ -291,20 +291,20 @@
...
@@ -291,20 +291,20 @@
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-starter-eureka
</artifactId>
<artifactId>
discovery-plugin-starter-eureka
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
<!--服务需要依赖-->
<!--服务需要依赖-->
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-strategy-starter-service
</artifactId>
<artifactId>
discovery-plugin-strategy-starter-service
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
<!--所有应用都需要-->
<!--所有应用都需要-->
<dependency>
<dependency>
<groupId>
com.freemud.nepxion
</groupId>
<groupId>
com.freemud.nepxion
</groupId>
<artifactId>
discovery-plugin-config-center-starter-apollo
</artifactId>
<artifactId>
discovery-plugin-config-center-starter-apollo
</artifactId>
<version>
5.5.1
1
-SNAPSHOT
</version>
<version>
5.5.1
2
-SNAPSHOT
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
shopping-cart-application-service/src/main/resources/application.properties
View file @
f3d852f6
...
@@ -23,5 +23,4 @@ management.metrics.tags.application=${spring.application.name}
...
@@ -23,5 +23,4 @@ management.metrics.tags.application=${spring.application.name}
management.endpoint.shutdown.enabled
=
true
management.endpoint.shutdown.enabled
=
true
management.security.enabled
=
false
management.security.enabled
=
false
management.health.rabbit.enabled
=
false
management.health.rabbit.enabled
=
false
apollo.plugin.namespace
=
openstore.gray.rule
apollo.plugin.namespace
=
openstore.gray.rule
feign.hystrix.enabled
=
true
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment