摘要: java获取调用当前方法的方法名和行数String className = Thread.currentThread().getStackTrace()[2].getClassName();//调用的类名 String methodName = Thread.currentThread().getS 阅读全文
posted @ 2019-11-21 13:35 kelelipeng 阅读(1934) 评论(1) 推荐(1) 编辑
摘要: SpringBoot多数据源事务管理机制https://blog.csdn.net/qq_36138324/article/details/81611935 3分钟搞定SpringBoot+Mybatis+druid多数据源和分布式事务https://blog.csdn.net/qq_2924287 阅读全文
posted @ 2019-11-21 13:34 kelelipeng 阅读(390) 评论(0) 推荐(0) 编辑