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
d61ff759
Commit
d61ff759
authored
May 18, 2021
by
zhiheng.zhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e212ca58
5c129fd2
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
20 additions
and
8 deletions
+20
-8
assortment-ordercenter-sdk/pom.xml
+1
-1
assortment-shoppingcart-sdk/pom.xml
+1
-1
call-back-service/pom.xml
+1
-1
order-application-service/pom.xml
+1
-1
order-application-service/src/main/resources/application-dev.properties
+1
-0
order-application-service/src/main/resources/application-pre-release.properties
+1
-0
order-application-service/src/main/resources/application-pro.properties
+1
-0
order-application-service/src/main/resources/application-qa.properties
+1
-0
order-application-service/src/main/resources/application-test.properties
+1
-0
order-application-service/src/main/resources/application.properties
+1
-0
order-management/pom.xml
+1
-1
pom.xml
+2
-2
shopping-cart-application-service/pom.xml
+1
-1
shopping-cart-application-service/src/main/resources/application-dev.properties
+1
-0
shopping-cart-application-service/src/main/resources/application-pre-release.properties
+1
-0
shopping-cart-application-service/src/main/resources/application-pro.properties
+1
-0
shopping-cart-application-service/src/main/resources/application-qa.properties
+1
-0
shopping-cart-application-service/src/main/resources/application-test.properties
+1
-0
shopping-cart-application-service/src/main/resources/application.properties
+1
-0
No files found.
assortment-ordercenter-sdk/pom.xml
View file @
d61ff759
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
<artifactId>
sdk-common-base
</artifactId>
<version>
1.
3.9
-SNAPSHOT
</version>
<version>
1.
5.7
-SNAPSHOT
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
assortment-shoppingcart-sdk/pom.xml
View file @
d61ff759
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
<artifactId>
sdk-common-base
</artifactId>
<version>
1.5.
2.RELEASE
</version>
<version>
1.5.
7-SNAPSHOT
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
call-back-service/pom.xml
View file @
d61ff759
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
<artifactId>
sdk-common-base
</artifactId>
<version>
1.5.
4.RELEASE
</version>
<version>
1.5.
7-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
order-application-service/pom.xml
View file @
d61ff759
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
<artifactId>
sdk-common-base
</artifactId>
<version>
1.5.
4.RELEASE
</version>
<version>
1.5.
7-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
<groupId>
com.freemud.sdk.api.assortment
</groupId>
...
...
order-application-service/src/main/resources/application-dev.properties
View file @
d61ff759
spring.application.name
=
order-application-service
spring.application.name
=
order-application-service
freemud.business.group
=
order
server.port
=
9212
server.port
=
9212
spring.profiles.active
=
dev
spring.profiles.active
=
dev
...
...
order-application-service/src/main/resources/application-pre-release.properties
View file @
d61ff759
spring.application.name
=
order-application-service
spring.application.name
=
order-application-service
freemud.business.group
=
order
server.port
=
9212
server.port
=
9212
logging.config
=
classpath:logback.xml
logging.config
=
classpath:logback.xml
...
...
order-application-service/src/main/resources/application-pro.properties
View file @
d61ff759
spring.application.name
=
order-application-service
spring.application.name
=
order-application-service
freemud.business.group
=
order
server.port
=
9212
server.port
=
9212
spring.profiles.active
=
pro
spring.profiles.active
=
pro
...
...
order-application-service/src/main/resources/application-qa.properties
View file @
d61ff759
spring.application.name
=
order-application-service
spring.application.name
=
order-application-service
freemud.business.group
=
order
server.port
=
9212
server.port
=
9212
spring.profiles.active
=
qa
spring.profiles.active
=
qa
...
...
order-application-service/src/main/resources/application-test.properties
View file @
d61ff759
spring.application.name
=
order-application-service
spring.application.name
=
order-application-service
freemud.business.group
=
order
server.port
=
9212
server.port
=
9212
spring.profiles.active
=
test
spring.profiles.active
=
test
saas.customScoreClient.feign.url
=
http://saastestapi.sandload.cn/customer-application-service
saas.customScoreClient.feign.url
=
http://saastestapi.sandload.cn/customer-application-service
...
...
order-application-service/src/main/resources/application.properties
View file @
d61ff759
spring.application.name
=
order-application-service
spring.application.name
=
order-application-service
freemud.business.group
=
order
server.port
=
9212
server.port
=
9212
spring.profiles.active
=
default
spring.profiles.active
=
default
logging.config
=
classpath:logback.xml
logging.config
=
classpath:logback.xml
...
...
order-management/pom.xml
View file @
d61ff759
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
<artifactId>
sdk-common-base
</artifactId>
<version>
1.5.
4.RELEASE
</version>
<version>
1.5.
7-SNAPSHOT
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
pom.xml
View file @
d61ff759
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
<artifactId>
sdk-common-base
</artifactId>
<version>
1.5.
2.RELEASE
</version>
<version>
1.5.
7-SNAPSHOT
</version>
</dependency>
</dependency>
<!-- mybatis -->
<!-- mybatis -->
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
<dependency>
<dependency>
<groupId>
org.apache.skywalking
</groupId>
<groupId>
org.apache.skywalking
</groupId>
<artifactId>
apm-toolkit-logback-1.x
</artifactId>
<artifactId>
apm-toolkit-logback-1.x
</artifactId>
<version>
6.2
.0
</version>
<version>
8.4
.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
...
...
shopping-cart-application-service/pom.xml
View file @
d61ff759
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
<artifactId>
sdk-common-base
</artifactId>
<version>
1.5.
4.RELEASE
</version>
<version>
1.5.
7-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<groupId>
com.freemud.application.service.sdk
</groupId>
...
...
shopping-cart-application-service/src/main/resources/application-dev.properties
View file @
d61ff759
spring.application.name
=
shopping-cart-application-service
spring.application.name
=
shopping-cart-application-service
freemud.business.group
=
order
server.port
=
9211
server.port
=
9211
spring.profiles.active
=
dev
spring.profiles.active
=
dev
...
...
shopping-cart-application-service/src/main/resources/application-pre-release.properties
View file @
d61ff759
spring.application.name
=
shopping-cart-application-service
spring.application.name
=
shopping-cart-application-service
freemud.business.group
=
order
server.port
=
9211
server.port
=
9211
logging.config
=
classpath:logback.xml
logging.config
=
classpath:logback.xml
...
...
shopping-cart-application-service/src/main/resources/application-pro.properties
View file @
d61ff759
spring.application.name
=
shopping-cart-application-service
spring.application.name
=
shopping-cart-application-service
freemud.business.group
=
order
server.port
=
9211
server.port
=
9211
spring.profiles.active
=
pro
spring.profiles.active
=
pro
...
...
shopping-cart-application-service/src/main/resources/application-qa.properties
View file @
d61ff759
spring.application.name
=
shopping-cart-application-service
spring.application.name
=
shopping-cart-application-service
freemud.business.group
=
order
server.port
=
9211
server.port
=
9211
spring.profiles.active
=
qa
spring.profiles.active
=
qa
...
...
shopping-cart-application-service/src/main/resources/application-test.properties
View file @
d61ff759
spring.application.name
=
shopping-cart-application-service
spring.application.name
=
shopping-cart-application-service
freemud.business.group
=
order
server.port
=
9211
server.port
=
9211
spring.profiles.active
=
test
spring.profiles.active
=
test
saas.newcustomerclient.feign.url
=
https://saastestapi.sandload.cn/customer-application-service
saas.newcustomerclient.feign.url
=
https://saastestapi.sandload.cn/customer-application-service
shopping-cart-application-service/src/main/resources/application.properties
View file @
d61ff759
spring.application.name
=
shopping-cart-application-service
spring.application.name
=
shopping-cart-application-service
freemud.business.group
=
order
server.port
=
9211
server.port
=
9211
spring.profiles.active
=
default
spring.profiles.active
=
default
logging.config
=
classpath:logback.xml
logging.config
=
classpath:logback.xml
...
...
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