摘要: 在http://mvnrepository.com/中搜索需要的包 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http:// 阅读全文
posted @ 2017-12-04 23:33 uptothesky 阅读(165) 评论(0) 推荐(0) 编辑
摘要: pom.xml <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.13</version> </dependency> <dependency> <groupId>o 阅读全文
posted @ 2017-12-04 17:59 uptothesky 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Bean后处理器 新建maven项目并添加spring依赖,目录结构如下 Axe Person SteelAxe public class SteelAxe implements Axe { public SteelAxe() { System.out.println("Spring实例化依赖bea 阅读全文
posted @ 2017-12-04 11:22 uptothesky 阅读(404) 评论(0) 推荐(0) 编辑