huyu-tom commented on issue #36219:
URL: 
https://github.com/apache/shardingsphere/issues/36219#issuecomment-3174952425

   When upgrading from 4.x to 5.4 version, @ShardingTransactionType is no 
longer supported. Instead, a global configuration has been added. For example, 
you can add the following in yml:
   ```yml
   transaction:
     defaultType: BASE
     providerType: Seata
   ```
   However, this is a global configuration, meaning all database operations 
will use BASE transaction mode. But some databases may only need LOCAL mode.


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