Fork me on GitHub

随笔分类 -  spring

摘要:```java @EnableTransactionManagement // 开启注解事务管理,等同于xml配置文件中的 public class ProfiledemoApplication implements TransactionManagementConfigurer { @Resource(name="jpaTransactionManager") privat... 阅读全文
posted @ 2017-04-09 23:08 aloha_world 阅读(143) 评论(0) 推荐(0)
摘要:```java package util; /** * @author aloha_world_ * @date 2016年11月10日 下午7:50:08 * @version v1.00 * @description */ import org.springframework.beans.BeansException; import org.springframework.contex... 阅读全文
posted @ 2016-11-10 19:54 aloha_world 阅读(112) 评论(0) 推荐(0)