mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-08 05:17:42 +00:00
add 整合 seata 1.4.2 对接 nacos 注册中心 配置中心
This commit is contained in:
28
docker/seata/registry.conf
Normal file
28
docker/seata/registry.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
registry {
|
||||
# file 、nacos 、eureka、redis、zk、consul、etcd3、sofa
|
||||
type = "nacos"
|
||||
|
||||
nacos {
|
||||
application = "seata-server"
|
||||
serverAddr = "172.30.0.40:8848"
|
||||
group = "DEFAULT_GROUP"
|
||||
namespace = "dev"
|
||||
cluster = "default"
|
||||
username = ""
|
||||
password = ""
|
||||
}
|
||||
}
|
||||
|
||||
config {
|
||||
# file、nacos 、apollo、zk、consul、etcd3
|
||||
type = "nacos"
|
||||
|
||||
nacos {
|
||||
serverAddr = "172.30.0.40:8848"
|
||||
group = "DEFAULT_GROUP"
|
||||
namespace = "dev"
|
||||
username = ""
|
||||
password = ""
|
||||
dataId = "seata-server.properties"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user