Browse Source

添加一些注释

NorthLan 7 years ago
parent
commit
31a77445f3

+ 2 - 1
zen-orm/src/main/kotlin/com/gxzc/zen/orm/annotation/DynamicDataSource.kt

@@ -1,7 +1,8 @@
 package com.gxzc.zen.orm.annotation
 
 /**
- *
+ * 动态切换数据源 注解
+ * 推荐使用于Service中的方法 或 整个service
  * @author NorthLan at 2018/1/29
  */
 @Retention(AnnotationRetention.RUNTIME)

+ 1 - 1
zen-orm/src/main/kotlin/com/gxzc/zen/orm/annotation/ZenTransactional.kt

@@ -4,7 +4,7 @@ import java.lang.annotation.Inherited
 import kotlin.reflect.KClass
 
 /**
- * 分多数据源事务一致性处理
+ * 分布式多数据源事务一致性处理
  * 单数据源也需要使用此注解
  * @author NorthLan
  * @date 2018/2/3