mirror of https://github.com/jeecgboot/jeecg-boot
Seata示例启动不了 #4748
parent
9dd8b05fd7
commit
1a74dd1a2e
|
@ -3,6 +3,8 @@ server:
|
|||
spring:
|
||||
application:
|
||||
name: seata-account
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
datasource:
|
||||
dynamic:
|
||||
seata: true # 开启对 seata的支持
|
||||
|
|
|
@ -3,6 +3,8 @@ server:
|
|||
spring:
|
||||
application:
|
||||
name: seata-order
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
datasource:
|
||||
dynamic:
|
||||
seata: true # 开启对 seata的支持
|
||||
|
|
|
@ -3,6 +3,8 @@ server:
|
|||
spring:
|
||||
application:
|
||||
name: seata-product
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
datasource:
|
||||
dynamic:
|
||||
seata: true # 开启对 seata的支持
|
||||
|
|
Loading…
Reference in New Issue