poisonduyao opened a new issue, #7917:
URL: https://github.com/apache/incubator-seata/issues/7917

   ### Check Ahead
   
   - [x] I have searched the [issues](https://github.com/seata/seata/issues) of 
this repository and believe that this is not a duplicate.
   
   - [ ] I am willing to try to fix this bug myself.
   
   
   ### Ⅰ. Issue Description
   
   seata:
   enabled: true # 启用Seata客户端
   application-id: ${spring.application.name} # 
需确保spring.application.name已定义,若未定义可直接写死应用名
   tx-service-group: my_test_tx_group # 事务分组(需与服务端一致)
   registry:
   type: nacos # 注册中心类型指定为nacos
   nacos:
   server-addr: ${spring.cloud.nacos.discovery.server-addr} # 复用Nacos地址
   group: ${spring.cloud.nacos.discovery.group} # 复用Nacos分组
   application: seata-server # Seata服务端注册名称(需与服务端一致)
   username: nacos # Nacos登录用户名(若无认证可删除)
   password: nacos # Nacos登录密码(若无认证可删除)
   config:
   type: nacos # 配置中心类型指定为nacos
   nacos:
   server-addr: ${spring.cloud.nacos.discovery.server-addr}
   group: ${spring.cloud.nacos.discovery.group}
   username: ${seata.registry.nacos.username}
   password: ${seata.registry.nacos.password}我好像直接把上面的配置写在bootstrap.yml就可以但是使用 
extension-configs 就会导致配置不生效,
   
   ### Ⅱ. Describe what happened
   
   _No response_
   
   ### Ⅲ. Describe what you expected to happen
   
   _No response_
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   
   _No response_
   
   ### Ⅴ. Anything else we need to know?
   
   _No response_
   
   ### Ⅵ. Environment
   
   _No response_


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