me.wuwenbin.modules.mongodb.annotation.DynamicMongoSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of template-modules-mongodb Show documentation
Show all versions of template-modules-mongodb Show documentation
提供对mongo数据源的高级操作,针对多数据源mongo和集群mongo
package me.wuwenbin.modules.mongodb.annotation;
import java.lang.annotation.*;
/**
* 切换动态数据源的注解
* Created by wuwenbin on 2017/4/22.
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DynamicMongoSource {
String key() default "";
String db() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy