justabug

Results 26 comments of justabug

> script folder in the config.txt, application.properties/yml, file.conf, and server example thatyml to add configuration, springboot-autoconfigure module to add the corresponding configuration examples > > script文件夹中的config.txt,application.properties/yml,file.conf,和server的example那个yml要补充配置,springboot-autoconfigure模块要补充对应的配置示例 DONE

文档更新 https://github.com/seata/seata.github.io/pull/681

> OceanBase的mode是什么?mysql还是oracle? What is the mode of OceanBase? MySQL or Oracle? 标题写的是mysql

This is the same as when you use spring's `@Transactional` annotation, so how did you solve the same problem with your `@Transactional`?

> `discardIfNecessary` resets the Redis transaction state using Redi's `DISCARD` command. `pool.returnObject(…)` is what you're looking for. You need to configure pool object validation via `GenericObjectPoolConfig.testOnBorrow` to check for connected...