# springboot-master **Repository Path**: codePlain/springboot-master ## Basic Information - **Project Name**: springboot-master - **Description**: 基于springboot集成常用框架的demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2024-03-05 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [toc] # 简介 基于springboot框架实现一些常用的功能 # 环境 环境 | 版本 ---- | ---- JKD |1.8 Spring Boot | 2.3.0.RELEASE 项目 | 描述 ---- | --- 01_helloword| [springboot入门项目,实现了简单的web服务功能](https://blog.csdn.net/ming19951224/article/details/106159309) 02_thymeleaf | [整合thymeleaf模板引擎,在页面渲染后台数据](https://blog.csdn.net/ming19951224/article/details/106160322) 03_simplifycode| [简化一些繁琐的配置](https://blog.csdn.net/ming19951224/article/details/106173840) 04_jta_atomikos | [实现分布式事务](https://blog.csdn.net/ming19951224/article/details/105753333) 05_distributed_lock | [分布式锁的三种实现方式](https://blog.csdn.net/ming19951224/article/details/106205332) 06_docker_build | [使用dockerfile编排springboot项目](https://blog.csdn.net/ming19951224/article/details/105923548) 07_release_build | [服务发布到生产环境流程](https://blog.csdn.net/ming19951224/article/details/106212271) 08_my_spring_boot_starter_parent | [编写自己的spring-boot-start](https://blog.csdn.net/ming19951224/article/details/106224172) 09_dobbo_parent | [整合dobbo实现简单的RPC服务调用](https://blog.csdn.net/ming19951224/article/details/106225928) 10_api_limit | [对API接口限流](https://blog.csdn.net/ming19951224/article/details/106227451) 11_spring_data_jpa | [实现了常用的数据库CRUD操作](https://blog.csdn.net/ming19951224/article/details/106308544) 12_druid_monitor | [Druid Monitor不仅可以监控数据源和慢查询,还可以监控Web应用、URI监控、Session监控、Spring监控](https://blog.csdn.net/ming19951224/article/details/106317893) 13_spring_boot_admin | [使用springboot admin对springboot应用进行监控](https://blog.csdn.net/ming19951224/article/details/107138845) 14_mybatis_plus | [mybatis-plus实战](https://blog.csdn.net/ming19951224/article/details/107145780) 15_shiro | [使用shiro对web应用进行权限认证](https://blog.csdn.net/ming19951224/article/details/107192585) 16_security_jwt | [security整合jwt实现对前后端分离的项目进行权限认证](https://blog.csdn.net/ming19951224/article/details/107733689) 17_swagger | [使用swagger2生成RESTful风格的接口文档](https://blog.csdn.net/ming19951224/article/details/107741541) 18_netty-websocket | [使用Netty加websocket实现在线聊天功能](https://blog.csdn.net/ming19951224/article/details/108555917) 19_redis_session | [使用spring-session加redis来实现session共享](https://blog.csdn.net/ming19951224/article/details/112758560) 20_config_switch | [自定义@Configuration配置类启用开关](https://blog.csdn.net/ming19951224/article/details/108555917) 21_webdemo | [对springboot框架编译后的jar文件瘦身](https://blog.csdn.net/ming19951224/article/details/119024251) 22_rocketmq | [ 集成RocketMQ实现消息发布和订阅](https://blog.csdn.net/ming19951224/article/details/119523197) 23_smartdoc | [集成smart-doc插件零侵入自动生成RESTful格式API文档](https://blog.csdn.net/ming19951224/article/details/120824308) 24_fastdfs | [集成FastDFS实现文件的分布式存储](https://blog.csdn.net/ming19951224/article/details/121529384) 25_minio | [集成Minio实现文件的分布式对象存储](https://blog.csdn.net/ming19951224/article/details/121739211) 26_validation | [集成spring-boot-starter-validation对接口参数校验](https://blog.csdn.net/ming19951224/article/details/124782483) 27_email | [集成mail实现邮件推送带网页样式的消息](https://blog.csdn.net/ming19951224/article/details/125016994) 28_jdbctemplate | [使用JdbcTemplate操作数据库](https://blog.csdn.net/ming19951224/article/details/126592129) 29_lowcode | [Jpa+vue实现单模型的低代码平台](https://blog.csdn.net/ming19951224/article/details/126466950) 30_sharding_jdbc | [使用sharding-jdbc实现读写分离和分库分表](https://blog.csdn.net/ming19951224/article/details/126736786) 31_distributed_job | [基于分布式锁或xxx-job实现分布式任务调度](https://blog.csdn.net/ming19951224/article/details/1268883456) 32_repeatsubmit| [基于注解+redis实现表单防重复提交](https://blog.csdn.net/ming19951224/article/details/128410984) 33_i18n | [优雅集成i18n实现国际化信息返回](https://blog.csdn.net/ming19951224/article/details/132183237) 34_retry | [使用Spring Retry完成任务的重试](https://blog.csdn.net/ming19951224/article/details/135373329) 35_kafka | [kafka环境搭建和在收发消息](https://blog.csdn.net/ming19951224/article/details/135634610)