@@ -1,7 +1,8 @@
package com.gxzc.zen.orm.annotation
/**
- *
+ * 动态切换数据源 注解
+ * 推荐使用于Service中的方法 或 整个service
* @author NorthLan at 2018/1/29
*/
@Retention(AnnotationRetention.RUNTIME)
@@ -4,7 +4,7 @@ import java.lang.annotation.Inherited
import kotlin.reflect.KClass
- * 分库多数据源事务一致性处理
+ * 分布式多数据源事务一致性处理
* 单数据源也需要使用此注解
* @author NorthLan
* @date 2018/2/3