随笔 - 54  文章 - 0  评论 - 2  阅读 - 65713
05 2020 档案
CustomTool
摘要:数组List深拷贝: public static <T> List<T> deepCopy(List<T> src) throws IOException, ClassNotFoundException { ByteArrayOutputStream byteArrayOutputStream = 阅读全文
posted @ 2020-05-21 14:04 kongieg 阅读(178) 评论(0) 推荐(0) 编辑
SpringBoot+Mybatis配置多数据源,分包方式
摘要:看了不少网上关于多数据源的配置,大致可分为两类,分包方式和通过切面方式; 样例已上传至github:https://github.com/dadachao/multids 第一个子项目ds01即时使用分包方式完成多数据源配置。 总结项目中出现的问题和解决办法: 数据库的连接信息: 连接信息是写在db 阅读全文
posted @ 2020-05-03 23:20 kongieg 阅读(870) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示