Aop 基础
摘要:基础文献 https://blog.csdn.net/abcd898989/article/details/50809321 简单Demo配置 pom.xml 主类上加上Aop注解
阅读全文
posted @
2018-09-07 13:33
1161588342
阅读(125)
推荐(0) 编辑
Spring cron 定时调度配置
摘要:IDEA 或者 STS http://spring.io/guides/gs/scheduling-tasks/ spring mvc : 结构: Seconds Minutes Hours DayofMonth Month DayofWeek Year Seconds Minutes Hours
阅读全文
posted @
2017-12-15 10:55
1161588342
阅读(327)
推荐(0) 编辑
Spring 3.2 事件驱动模型
摘要:事件 事件处理监听器 发布事件 ContextUtil.java 自己写的获取Spring上下文工具类 public class ContextUtil implements ApplicationContextAware { private static ApplicationContext ap
阅读全文
posted @
2017-11-24 14:39
1161588342
阅读(428)
推荐(0) 编辑
Spring @Trasactionl 失效, JDK,CGLIB动态代理
摘要:@Transaction: http://blog.csdn.net/bao19901210/article/details/41724355 Spring上下文: http://blog.csdn.net/yang123111/article/details/32099329 情况是这样的: 出现
阅读全文
posted @
2017-11-15 19:27
1161588342
阅读(314)
推荐(0) 编辑