会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
官萧何
逆风的方向,更适合翱翔……
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
27
28
29
30
31
32
33
34
35
下一页
2019年11月8日
springBoot事务失效导致批量插入性能巨幅降低
摘要: @Override public void savePatientAndSeekMedical(){ long start = System.currentTimeMillis(); // ((PatientService) AopContext.currentProxy()).saveBatch(
阅读全文
posted @ 2019-11-08 10:01 官萧何
阅读(1687)
评论(0)
推荐(0)
2019年11月7日
springboot2.0配置全局事务支持 附execution表达式理解
摘要: 1.引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> 2.编写java配置 package cn.r
阅读全文
posted @ 2019-11-07 15:05 官萧何
阅读(1885)
评论(2)
推荐(0)
2019年11月6日
在springBoot框架下使用druid+myBatisPlus实现多数据源(不同模块不同数据源)
摘要: 1.idea新建多模块springBoot项目 父项目使用maven的方式创建 创建完成 删掉src目录 新增子模块使用springBoot initializer插件创建 按以上步骤再建module2 和 main 2.配置项目 因为父项目用的是maven方式 所以自己修改父项目pom文件 增加d
阅读全文
posted @ 2019-11-06 17:53 官萧何
阅读(1612)
评论(0)
推荐(0)
2019年11月5日
springBoot + druid
摘要: 1.使用Spring initializer新建springBoot项目 2.选择springBoot包 3.pom文件新增druid依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starte
阅读全文
posted @ 2019-11-05 14:36 官萧何
阅读(269)
评论(0)
推荐(1)
2019年10月28日
angular对象组合
摘要: 1.导入包 2.使用assign方法 3.参考
阅读全文
posted @ 2019-10-28 09:39 官萧何
阅读(187)
评论(0)
推荐(0)
上一页
1
···
27
28
29
30
31
32
33
34
35
下一页
公告