- 博客(9)
- 收藏
- 关注
原创 Spring Cloud Stream3.x整合RocketMQ
Spring Cloud Stream介绍官网:https://spring.io/projects/spring-cloud-stream#overviewSpring Cloud Stream is a framework for building highly scalable event-driven microservices connected with shared messaging systems.The framework provides a flexible programmi
2021-12-31 12:00:04
1694
4
原创 Spring Boot 2.x 整合 ShardingSphere 5.0.0 实现分库分表
概念介绍、建表SQL参考上文Spring Boot 2.x 整合 ShardingSphere 5.x 实现分表本文实现分库分表(采用shardingsphere-jdbc-core-spring-boot-starter 5.0.0正式版)数据库展示:SpringBoot工程引入Maven依赖 <!-- ShardingSphere --> <dependency> <groupId>org.apache
2021-11-11 14:17:38
1927
原创 Spring Boot 2.x 整合 ShardingSphere 5.x 实现MySQL读写分离(一主二从)
ShardingSphere 简介官网:https://shardingsphere.apache.org/index_zh.htmlApache ShardingSphere 是一套开源的分布式数据库解决方案组成的生态圈,它由 JDBC、Proxy 和 Sidecar(规划中)这 3 款既能够独立部署,又支持混合部署配合使用的产品组成。 它们均提供标准化的数据水平扩展、分布式事务和分布式治理等功能,可适用于如 Java 同构、异构语言、云原生等各种多样化的应用场景。注意事项:支持项:提供一主多
2021-07-07 10:31:34
1162
8
原创 Spring Boot 2.x 整合 ShardingSphere 5.x 实现分表
ShardingSphere 简介Apache ShardingSphere 是一套开源的分布式数据库解决方案组成的生态圈,它由 JDBC、Proxy 和 Sidecar(规划中)这 3 款既能够独立部署,又支持混合部署配合使用的产品组成。 它们均提供标准化的数据水平扩展、分布式事务和分布式治理等功能,可适用于如 Java 同构、异构语言、云原生等各种多样化的应用场景。MyCat & ShardingSphere 对比MyCatShardingSphere优点保证数据库
2021-02-24 16:51:09
2780
6
原创 Spring Boot 2.x 整合 MinIO 8.x
Spring Boot 2.x 整合 MinIO 8.xMinIO概要MinIO & FastDFS 对比思路附件信息表 数据库表结构设计参考talk is cheap -> show me the code(核心代码)MinIO概要MinIO 是一个基于Apache License v2.0开源协议的对象存储服务。它兼容亚马逊S3云存储服务接口,非常适合于存储大容量非结构化的数据,例如图片、视频、日志文件、备份数据和容器/虚拟机镜像等,而一个对象文件可以是任意大小,从几kb到最大5T不等
2021-02-12 14:48:47
3455
33
原创 前后端分离之JSON数据交互格式抉择
场景:用户在页面操作:添加一名学生信息(学生姓名为必填,其余属性均为选填)package com.wisdom.qiqiao;import lombok.Data;import java.io.Serializable;import java.util.List;/** * 学生类 */@Datapublic class Student implements Serializable { /** * 学生姓名(必填) */ private
2020-12-30 10:24:57
3450
4
原创 Spring Boot整合海外第三方支付Coda Payments
前言 由于公司项目需要对接海外支付,本次对接的是Coda Payments,该支付集成还需先开通账号才能看文档,比较麻烦。为方便大家后续集成,在此做个简单记录。一、Coda Payment是什么? 新加坡在线支付平台Coda Payments。 官网:https://www.codapayments.com/ 控制台:https://online.codapayments.com/merchant/home.action...
2020-09-08 15:40:14
2944
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人