2014年7月9日
摘要:
spring.xml中 1 2 15 16 17 18 java文件中 无参数的 1 package cn.us.aspect; 2 3 4 import org.aspectj.lang.annotation.AfterReturning; 5 import org.a...
阅读全文
posted @ 2014-07-09 08:58
wf110
阅读(23546)
推荐(0)
2014年7月8日
摘要:
http://blog.csdn.net/yaerfeng/article/details/23593755
阅读全文
posted @ 2014-07-08 18:09
wf110
阅读(278)
推荐(0)
摘要:
标记在 方法上的时候,它会根据类型去spring容器中寻找 对于的形参并且注入。 1 @Repository(value="userDao") 2 public class UserDaoImpl extends SqlSessionDaoSupport implements IUserDao{ 3...
阅读全文
posted @ 2014-07-08 11:18
wf110
阅读(12056)
推荐(1)
2014年7月7日
摘要:
http://blog.csdn.net/uohzoaix/article/details/7035307
阅读全文
posted @ 2014-07-07 14:06
wf110
阅读(380)
推荐(0)
摘要:
http://blog.csdn.net/uohzoaix/article/details/7035302http://www.micmiu.com/software/build/maven-setting-xml/
阅读全文
posted @ 2014-07-07 11:38
wf110
阅读(190)
推荐(0)
2014年7月6日
摘要:
http://juvenshun.iteye.com/blog/349534
阅读全文
posted @ 2014-07-06 16:09
wf110
阅读(155)
推荐(0)
摘要:
http://www.cnblogs.com/friends-wf/p/3826893.html 是 自定义的切面,并且添加注解 声明为切面利用spring提供的事务声明主要在 service层上加入spring提供的事务参考http://blog.chinaunix.net/uid-532511-...
阅读全文
posted @ 2014-07-06 11:08
wf110
阅读(275)
推荐(0)
摘要:
spring.xml中aop的配置 1 4 5 8 9 10 12 13 -->14 15 ...
阅读全文
posted @ 2014-07-06 11:04
wf110
阅读(1930)
推荐(0)
摘要:
注解: 1、注解就是为了说明java中的某一个部分的作用(Type) 2、注解都可以用于哪个部门是@Target注解起的作用 3、注解可以标注在ElementType枚举类所指定的位置上 4、 @Documented //该注解是否出现在帮助文档中 @Retention(RetentionPolic...
阅读全文
posted @ 2014-07-06 11:02
wf110
阅读(1768)
推荐(0)
摘要:
到nexus中看到的仓库地址 1 2 3 releases 4 Internal Releases 5 http://localhost:8080/nexus-2.1.2/content/repositories/releases...
阅读全文
posted @ 2014-07-06 09:01
wf110
阅读(827)
推荐(0)