摘要: @Import 注解可以普通类导入到 IoC容器中。 想要让一个普通类接受 Spring 容器管理,有以下方法 使用 @Bean 注解 使用 @Controller @Service @Repository @Component 注解标注该类,然后再使用 @ComponentScan 扫描包 @Im 阅读全文
posted @ 2019-04-05 22:22 是谁扭曲了时空 阅读(778) 评论(0) 推荐(0)
摘要: 场景一: 1、访问广告合同管理系统ADM: 2、访问AMS 场景二 1、登录Portal 2、访问Mail Server查看邮件 阅读全文
posted @ 2019-04-05 15:10 是谁扭曲了时空 阅读(780) 评论(0) 推荐(0)