- 后端:调整 order 项目,本地开发不开启文档
- 后端:order 项目,引入 seata 分布式事务
This commit is contained in:
14
order/order-service-impl/src/main/resources/registry.conf
Normal file
14
order/order-service-impl/src/main/resources/registry.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
registry {
|
||||
type = "file"
|
||||
|
||||
file {
|
||||
name = "file.conf"
|
||||
}
|
||||
|
||||
zk {
|
||||
cluster = "default"
|
||||
serverAddr = "192.168.88.10:2181"
|
||||
session.timeout = 6000
|
||||
connect.timeout = 2000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user