dongoewang commented on issue #30242:
URL: 
https://github.com/apache/shardingsphere/issues/30242#issuecomment-1960784665

   > * Long story short, for various reasons, 
`io.seata:seata-spring-boot-starter` is being passed into private projects, but 
actually conflicts with ShardingSphere beige flags. You need to turn off 
Seata's auto-configuration class, like `@SpringBootApplication(exclude = 
io.seata.spring.boot.autoconfigure.SeataAutoConfiguration.class)`. You also 
need to set `seata.enable-auto-data-source-proxy` to false in 
`application.yaml`.
   > * Just using `io.seata:seata-all` helps to make it easier to understand.
   
   Thanks a lot.I want to ask only question:after integrating 
shardingsphere-seata, in order to rollback,only method is 【Manually obtain the 
java.sql.Connection instance created from the ShardingSphere data source, and 
manually calling rollback() methods】


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

Reply via email to