Seata示例启动不了 #4748

pull/4938/head
zhangdaiscott 2023-05-08 22:05:47 +08:00
parent 9dd8b05fd7
commit 1a74dd1a2e
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@ server:
spring:
application:
name: seata-account
main:
allow-bean-definition-overriding: true
datasource:
dynamic:
seata: true # 开启对 seata的支持

View File

@ -3,6 +3,8 @@ server:
spring:
application:
name: seata-order
main:
allow-bean-definition-overriding: true
datasource:
dynamic:
seata: true # 开启对 seata的支持

View File

@ -3,6 +3,8 @@ server:
spring:
application:
name: seata-product
main:
allow-bean-definition-overriding: true
datasource:
dynamic:
seata: true # 开启对 seata的支持