随笔 - 502  文章 - 1 评论 - 6 阅读 - 37万
< 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

11 2019 档案
分布式消息事务一致性,以及rocketMq实现
摘要:参考 https://www.jianshu.com/p/eb571e4065ec http://localhost:8080/mall/index.html#/receipt/receipt-edit?id=245 阅读全文
posted @ 2019-11-29 14:11 1161588342 阅读(186) 评论(0) 推荐(0) 编辑
Linux node 安装
摘要:新 下载解压到/usr/local/目录 wget https://npm.taobao.org/mirrors/node/v12.13.0/node-v12.13.0-linux-x64.tar.xztar -xJvf node-v12.13.0-linux-x64.tar.xzmv node-v 阅读全文
posted @ 2019-11-18 10:56 1161588342 阅读(136) 评论(0) 推荐(0) 编辑
Canal 单机测试
摘要:安装 2 run.sh 修改 #!/bin/bash function usage() { echo "Usage:" echo " run.sh [CONFIG]" echo "example 1 :" echo " run.sh -e canal.instance.master.address= 阅读全文
posted @ 2019-11-12 17:31 1161588342 阅读(401) 评论(0) 推荐(0) 编辑
Spring boot 日期格式化
摘要:返回日期格式化 1,每个实体属性添加 @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8") 注解 2,可以在配置文件中全局指定 1, 每个实体属性添加 @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss" 阅读全文
posted @ 2019-11-12 10:45 1161588342 阅读(917) 评论(0) 推荐(0) 编辑
Spring Boot 单库事务
摘要:1:启动类配置 @EnableAspectJAutoProxy(exposeProxy = true)@EnableTransactionManagement@SpringBootApplication(exclude = {SecurityAutoConfiguration.class})publ 阅读全文
posted @ 2019-11-11 14:49 1161588342 阅读(190) 评论(0) 推荐(0) 编辑

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