摘要: 1.创建一个类,使用注解的形式,方便使用,该注解使用在Service层 @Target({ElementType.TYPE,ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) public @interface DataSource { 阅读全文
posted @ 2018-04-26 09:56 雨梦大木 阅读(1029) 评论(0) 推荐(1)