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 @@ ...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
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
......
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
......
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
......
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
......
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
......
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
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
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
......
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
......
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
......
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
......
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
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
......
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