big666666 commented on issue #677:
URL: 
https://github.com/apache/incubator-seata-samples/issues/677#issuecomment-2562271955

   @LuGuiy 
   `spring:
     application:
       name: cloud_cart
   
     cloud:
       nacos:
         discovery:
           server-addr: 127.0.0.1:8848
       sentinel: #流量控制中心
         transport:
           dashboard: localhost:8089 # sentinel-dashboard地址
           port: 8721
         eager: true
         filter:
           enabled: true
       seata:
         application-id: ${spring.application.name}
         tx-service-group: default_tx_group
         registry:
           type: nacos
           nacos:
             application: seata-server
             server-addr: 127.0.0.1:8848
             namespace:
             group: SEATA_GROUP
             cluster: default
             username: nacos
             password: nacos
         config:
           type: nacos
           nacos:
             server-addr: 127.0.0.1:8848
             group: SEATA_GROUP
             username: nacos
             password: nacos
             namespace:
             data-id: seataServer.properties
   # 解决service.vgroupMapping.default_tx_group configuration item is required错误
   seata:
     service:
       vgroup-mapping:
         default_tx_group: default
       grouplist:
         default: 127.0.0.1:8091
       disable-global-transaction: false
       
   ![屏幕截图 2024-12-26 
154611](https://github.com/user-attachments/assets/eeee3f5e-8b5a-4408-b7ba-726213302c8d)
   `


-- 
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