2014年7月6日
摘要: http://juvenshun.iteye.com/blog/349534 阅读全文
posted @ 2014-07-06 16:09 wf110 阅读(157) 评论(0) 推荐(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 阅读(276) 评论(0) 推荐(0)
摘要: spring.xml中aop的配置 1 4 5 8 9 10 12 13 -->14 15 ... 阅读全文
posted @ 2014-07-06 11:04 wf110 阅读(1930) 评论(0) 推荐(0)
摘要: 注解: 1、注解就是为了说明java中的某一个部分的作用(Type) 2、注解都可以用于哪个部门是@Target注解起的作用 3、注解可以标注在ElementType枚举类所指定的位置上 4、 @Documented //该注解是否出现在帮助文档中 @Retention(RetentionPolic... 阅读全文
posted @ 2014-07-06 11:02 wf110 阅读(1768) 评论(0) 推荐(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) 推荐(0)