chenlei2 / spring-boot-mybatis-rw

基于mybatis,springboot开箱即用的读写分离插件
Apache License 2.0
338 stars 151 forks source link

你好!为什么我测试的时候,发现先调了determineCurrentLookupKey,又调了RWPlugin #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

按说不应该是先调用RWPlugin,设置是使用哪种类型的数据源,然后获取数据源,调用吗??是不是顺序反了?

ghost commented 8 years ago

使用事务的时候,如果没事务,顺序是正确的

chenlei2 commented 8 years ago

先调用RWPlugin 确定是走读还走写的。