摘要: @Import注解是用于给Spring容器导入组件,其主要的使用方式有下列三种 一、@Import 1、@Import注解的详细信息如下: @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented public 阅读全文
posted @ 2020-08-24 14:01 变体精灵 阅读(462) 评论(0) 推荐(0)