18701554804 commented on issue #714:
URL: 
https://github.com/apache/incubator-seata-samples/issues/714#issuecomment-3117070266

   yml 文件的配置信息
   
   server:
       port: 8081
   spring:
       application:
           name: BusinessApplication
   dubbo:
       application:
           logger: slf4j
           name: ${spring.application.name}
           qos-enable: false
       registry:
           address: multicast://224.5.6.7:1234
       protocol:
           port: 20882
           name: dubbo
   seata:
       enabled: true
       application-id: dubbo-samples-seata
       tx-service-group: default_tx_group
       service:
           vgroup-mapping:
               default_tx_group: default
           grouplist:
               default: 192.168.1.129:8091
       registry:
           type: file
       config:
           type: file
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to