11 2019 档案
摘要:1.子线程抛出异常和主线程事务回滚 2.关于异步@Async + 事务@Transactional的结合使用问题分析 3.@Async和@Transactional失效原因
阅读全文
摘要:https://my.oschina.net/bbdlg/blog/206118
阅读全文
摘要:// SpringBoot读取Linux服务器某路径下文件 public String messageToRouted() { File file = null; try { file = ResourceUtils.getFile("/home/admin/logs/test/routed.txt"); ...
阅读全文