This commit is contained in:
fanxb 2022-08-12 17:46:20 +08:00
parent 5545564d98
commit 909475b196

View File

@ -14,7 +14,7 @@
- **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)
- **4. redis实现简易版消息队列mq(java版)**[代码位置](https://github.com/FleyX/demo-project/tree/master/4.redis-mq),[博文地址](http://blog.fleyx.com/blog/detail/20200605)
- ** jms_demo : spring boot 2.x 整合使用activemq教程**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/jms_demo)
@ -30,7 +30,9 @@
- ** springboot logback配置**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/log-demo)<br/>运行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)
- ** springboot 分库分表demo**基于sharding-jdbc实现。[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/sjdemo)。博文跳转:[https://blog.fleyx.com/blog/detail/2019-03-20-10-38](https://blog.fleyx.com/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://blog.fleyx.com/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/
- ** 主流排序算法**[点击跳转](https://github.com/FleyX/demo-project/tree/master/3.%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95/src).[对应的博文]https://blog.fleyx.com/blog/detail/20190806/
- ** 微信支付demo **: [点击跳转](https://git.fleyx.com/fanxb/demo-project/src/master/weChatPay).[对应博文](https://blog.fleyx.com/blog/detail/20220727/)