From e6daa3aafabab0131f7c0325e99cae6aae611219 Mon Sep 17 00:00:00 2001 From: fanxb Date: Wed, 23 Feb 2022 15:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 72 +++++++++++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 105a9a4..d1036d6 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,36 @@ -欢迎Issues提问,我会每天看的。 - -这里的代码都有对应的博文的,可以在[www.tapme.top](http://www.tapme.top) 上查看。 - -这里给我另外的项目打个广告: - -- [签签世界](https://github.com/FleyX/bookmark) 在线云书签应用 - - -# demo-project -用于存放demo代码。 -- **1. SSO单端登陆 : 基于jwt的单点登陆实现demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/1.SSO%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95) -- **2. dxfl : spring boot 2.x + mybatis + mysql(基于主从备份) 读写分离demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/dxfl) - -- **3. h5websocket : spring boot 2.x 原生websocket实现demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/h5websocket) - -- **4. redis实现简易版消息队列mq(java版)**,[代码位置](https://github.com/FleyX/demo-project/tree/master/4.redis-mq),[博文地址](http://www.tapme.top/blog/detail/20200605) - -- ** jms_demo : spring boot 2.x 整合使用activemq教程**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/jms_demo) - -- ** mybatis-test : springboot 2.x 整合使用mybatis教程(xml和注解两种方式)** , [点击跳转](https://github.com/FleyX/demo-project/tree/master/mybatis-test) - -- ** springboot_springsecurity_demo : sping boot 2.下整合使用springsecurity demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/springboot_spirngsecurity_demo) - -- ** springcloud: spring cloud学习过程中的demo项目**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/springcloud)
注意其中licensingservice为配置中心git集中配置的样例配置。configFolder为配置中心磁盘文件集中式配置的样例。 - -- ** 杂项**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/%E6%9D%82%E9%A1%B9) - - svg转png、jpg:svg文件转成png,jpg等图片格式 - - excel导出 : java 导出excel,支持百万级别数据导出 - -- ** springboot logback配置**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/log-demo)
运行test文件看效果 - -- ** springboot 分库分表demo**,基于sharding-jdbc实现。[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/sjdemo)。博文跳转:[https://www.tapme.top/blog/detail/2019-03-20-10-38](https://www.tapme.top/blog/detail/2019-03-20-10-38) -- ** springboot整合elasticsearch 7.2,基于官方high level client**。[点击跳转](https://github.com/FleyX/demo-project/tree/master/es-demo).[博客地址](https://www.tapme.top/blog/detail/2019-07-29-14-59) - -- ** 主流排序算法**:[点击跳转](https://github.com/FleyX/demo-project/tree/master/3.%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95/src).[对应的博文](https://www.tapme.top/blog/detail/20190806/) +欢迎Issues提问,我会每天看的。 + +这里的代码都有对应的博文的,可以在[blog.fleyx.com](http://blog.fleyx.com) 上查看。 + +这里给我另外的项目打个广告: + +- [签签世界](https://github.com/FleyX/bookmark) 在线云书签应用 + + +# demo-project +用于存放demo代码。 +- **1. SSO单端登陆 : 基于jwt的单点登陆实现demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/1.SSO%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95) +- **2. dxfl : spring boot 2.x + mybatis + mysql(基于主从备份) 读写分离demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/dxfl) + +- **3. h5websocket : spring boot 2.x 原生websocket实现demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/h5websocket) + +- **4. redis实现简易版消息队列mq(java版)**,[代码位置](https://github.com/FleyX/demo-project/tree/master/4.redis-mq),[博文地址](http://www.tapme.top/blog/detail/20200605) + +- ** jms_demo : spring boot 2.x 整合使用activemq教程**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/jms_demo) + +- ** mybatis-test : springboot 2.x 整合使用mybatis教程(xml和注解两种方式)** , [点击跳转](https://github.com/FleyX/demo-project/tree/master/mybatis-test) + +- ** springboot_springsecurity_demo : sping boot 2.下整合使用springsecurity demo**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/springboot_spirngsecurity_demo) + +- ** springcloud: spring cloud学习过程中的demo项目**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/springcloud)
注意其中licensingservice为配置中心git集中配置的样例配置。configFolder为配置中心磁盘文件集中式配置的样例。 + +- ** 杂项**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/%E6%9D%82%E9%A1%B9) + - svg转png、jpg:svg文件转成png,jpg等图片格式 + - excel导出 : java 导出excel,支持百万级别数据导出 + +- ** springboot logback配置**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/log-demo)
运行test文件看效果 + +- ** springboot 分库分表demo**,基于sharding-jdbc实现。[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/sjdemo)。博文跳转:[https://www.tapme.top/blog/detail/2019-03-20-10-38](https://www.tapme.top/blog/detail/2019-03-20-10-38) +- ** springboot整合elasticsearch 7.2,基于官方high level client**。[点击跳转](https://github.com/FleyX/demo-project/tree/master/es-demo).[博客地址](https://www.tapme.top/blog/detail/2019-07-29-14-59) + +- ** 主流排序算法**:[点击跳转](https://github.com/FleyX/demo-project/tree/master/3.%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95/src).[对应的博文](https://www.tapme.top/blog/detail/20190806/)