摘要: 自定义@Service注解 @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface CustomService { String value() default ""; } 自定义@Autowir 阅读全文
posted @ 2020-08-11 10:20 队长别开枪 是我 阅读(1554) 评论(4) 推荐(9) 编辑