修改了版本号和天梯仓库路径
This commit is contained in:
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user