修改了版本号和天梯仓库路径

This commit is contained in:
ajaxfan
2021-01-28 14:16:09 +08:00
parent ab7fda6b25
commit d0f511187f
62 changed files with 710 additions and 474 deletions

View File

@ -4,21 +4,22 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../mall-ebtp-cloud-parent</relativePath>
</parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-seata-starter</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>
<name>mall-ebtp-cloud-seata-starter</name>
<properties>
<seata.version>1.3.0</seata.version>
</properties>
<dependencies>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>

View File

@ -28,11 +28,12 @@ transport {
serialization = "seata"
compressor = "none"
}
service {
#transaction service group mapping
vgroupMapping.test_tx_group = "default"
vgroupMapping.biz-service-ebtp-archive-fescar-service-group = "default"
#only support when registry.type=file, please don't set multiple addresses
default.grouplist = "127.0.0.1:8091"
default.grouplist = "10.242.31.158:18035"
#degrade, current not support
enableDegrade = false
#disable seata

View File

@ -1,17 +1,15 @@
registry {
type = "eureka"
eureka {
serviceUrl = "http://192.168.1.103:8761/eureka/"
application = "default"
weight = "1"
type = "file"
file {
name = "file.conf"
}
}
config {
type = "file"
file {
name = "file.conf"
}
}
}