11 2019 档案

摘要:1.子线程抛出异常和主线程事务回滚 2.关于异步@Async + 事务@Transactional的结合使用问题分析 3.@Async和@Transactional失效原因 阅读全文
posted @ 2019-11-22 14:21 Rainyn 阅读(1634) 评论(0) 推荐(0) 编辑
摘要:https://my.oschina.net/bbdlg/blog/206118 阅读全文
posted @ 2019-11-19 14:03 Rainyn 阅读(550) 评论(0) 推荐(0) 编辑
摘要:// SpringBoot读取Linux服务器某路径下文件 public String messageToRouted() { File file = null; try { file = ResourceUtils.getFile("/home/admin/logs/test/routed.txt"); ... 阅读全文
posted @ 2019-11-13 14:28 Rainyn 阅读(19236) 评论(1) 推荐(0) 编辑