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

protobuf4j.orm.DataSourceRouting Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package protobuf4j.orm;

import java.lang.annotation.*;

/**
 * 根据{@code value}值来寻找对应的名为`{@code JdbcTemplate}`的{@code JdbcTemplate},注入到对应的Dao实例中
 * 

* Author: yuanwq * Date: 2019/2/24 */ @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface DataSourceRouting { /** * {@code JdbcTemplate}的bean的名字前缀,完整的beanName={@code JdbcTemplate} */ String value(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy