Commit 96a66dc1 by 李俭

1.org.apache.skywalking 6.2.0升级8.4.0

2.sdk-common-base 升级到1.5.7-SNAPSHOT
3.order-application-service/shopping-cart-application-service添加freemud.business.group=order
parent 5e14d013
......@@ -43,7 +43,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>1.3.9-SNAPSHOT</version>
<version>1.5.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
......
......@@ -52,7 +52,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>1.5.2.RELEASE</version>
<version>1.5.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
......
......@@ -20,7 +20,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>1.5.4.RELEASE</version>
<version>1.5.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -27,7 +27,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>1.5.4.RELEASE</version>
<version>1.5.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.freemud.sdk.api.assortment</groupId>
......
spring.application.name=order-application-service
freemud.business.group=order
server.port=9212
spring.profiles.active=dev
......
spring.application.name=order-application-service
freemud.business.group=order
server.port=9212
logging.config=classpath:logback.xml
......
spring.application.name=order-application-service
freemud.business.group=order
server.port=9212
spring.profiles.active=pro
......
spring.application.name=order-application-service
freemud.business.group=order
server.port=9212
spring.profiles.active=qa
......
spring.application.name=order-application-service
freemud.business.group=order
server.port=9212
spring.profiles.active=test
saas.customScoreClient.feign.url=http://saastestapi.sandload.cn/customer-application-service
......
spring.application.name=order-application-service
freemud.business.group=order
server.port=9212
spring.profiles.active=default
logging.config=classpath:logback.xml
......
......@@ -47,7 +47,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>1.5.4.RELEASE</version>
<version>1.5.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
......
......@@ -111,7 +111,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>1.5.2.RELEASE</version>
<version>1.5.7-SNAPSHOT</version>
</dependency>
<!-- mybatis -->
......@@ -150,7 +150,7 @@
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-logback-1.x</artifactId>
<version>6.2.0</version>
<version>8.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
......
......@@ -30,7 +30,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>1.5.4.RELEASE</version>
<version>1.5.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
......
spring.application.name=shopping-cart-application-service
freemud.business.group=order
server.port=9211
spring.profiles.active=dev
......
spring.application.name=shopping-cart-application-service
freemud.business.group=order
server.port=9211
logging.config=classpath:logback.xml
......
spring.application.name=shopping-cart-application-service
freemud.business.group=order
server.port=9211
spring.profiles.active=pro
......
spring.application.name=shopping-cart-application-service
freemud.business.group=order
server.port=9211
spring.profiles.active=qa
......
spring.application.name=shopping-cart-application-service
freemud.business.group=order
server.port=9211
spring.profiles.active=test
saas.newcustomerclient.feign.url=https://saastestapi.sandload.cn/customer-application-service
spring.application.name=shopping-cart-application-service
freemud.business.group=order
server.port=9211
spring.profiles.active=default
logging.config=classpath:logback.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment