test

08 2016 档案

摘要:@Rollback 用于标记在spring test中是否提交事务, 默认为true, 即不提交, 如果需要设置单元测试完成时自动提交事务, 需要设置rollback为false; 可以使用 @Commit 注解来代替 @Rollback(value = false) @Rollback 和 @Co 阅读全文
posted @ 2016-08-25 15:32 Ayning 阅读(193) 评论(0) 推荐(0)
摘要:隐士转换是Scala提供的一种语法糖 Implicit definitions are those that the compiler is allowed to insert into a program in order to fix any of its type errors. Sacla隐 阅读全文
posted @ 2016-08-10 12:38 Ayning 阅读(328) 评论(0) 推荐(0)
摘要:启用dubbo访问日志的方法 然后配置logger 阅读全文
posted @ 2016-08-08 09:19 Ayning 阅读(159) 评论(0) 推荐(0)