摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2024-06-01 23:02 文采杰出 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 元注解 @Target(value = {ElementType.TYPE}) @Retention(value = RetentionPolicy.RUNTIME) public @interface Component { String value(); } 实体类 @Component("us 阅读全文
posted @ 2024-06-01 21:04 文采杰出 阅读(2) 评论(0) 推荐(0) 编辑