All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.wuwenbin.modules.mongodb.annotation.DynamicMongoSource Maven / Gradle / Ivy

There is a newer version: 1.11.0.RELEASE
Show newest version
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