[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4275":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},4275,"springBoot","527515025\u002FspringBoot","527515025","springboot 框架与其它组件结合如 jpa、mybatis、websocket、security、shiro、cache等","",null,"Java",6776,3145,351,35,0,1,4,63.9,false,"master",true,[],"2026-06-12 04:00:22","## 致歉\n由于自己懒以及身体对issuse 解决的不及时。请大家以后提issuse 的时候写清楚 模块名 比如“springboot-SpringSecurity4” 和问题，我会抽时间抓紧解决。\n\n## springboot-SpringSecurity0  \n\n包含两部分代码：\n\n* 第一是  博客 springboot+mybatis＋SpringSecurity 实现用户角色数据库管理   地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54632176\n\n* 第二是  博客 springBoot+springSecurity验证密码MD5加密  地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54927070\n\n## springboot-SpringSecurity1  \n\n*  博客 springBoot+springSecurity 数据库动态管理用户、角色、权限（二）   地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54633046\n\n## springboot-SpringSecurity2\n\n*  博客  springboot+security restful权限控制官方推荐（五）   地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F59749385\n\n## springboot-SpringSecurity3\n\n*  博客  springBoot+springSecurity 动态管理Restful风格权限（三） 地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F55225079  \n\n## springboot-SpringSecurity4\n* 实战，项目中正在用\n\n## springboot-WebSocket  \n\n包含三部分代码,三部分代码有交合:\n\n* 第一是  博客 spring boot ＋WebSocket 广播式（一）地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54375195  中所示代码\n\n* 第二是  博客 spring boot ＋WebSocket 广播式（二）地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54377937   中所示代码\n \n* 第三是  博客 spring boot ＋WebSocket（三） 点对点式 地址： http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54380476  中所示代码\n\n\n\n## springboot-Cache\n\n包含两部分代码：\n\n* 第一部分是 博客 springboot的缓存技术 地址： http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54564076  \n\n* 第二部分是 博客 springboot缓存篇（二）－redis 做缓存 地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F54572687\n\n## springboot-Cache2\n\n* 是  博客  springboot缓存 之 GuavaCacheManager   地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F60468033\n\n\n\n## springboot-shiro\n\n* 是博客  springboot集成shiro 实现权限控制   地址：http:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F57532292\n\n##springboot-shior2\n\n是使用shior 框架调取用户权限服务，进行登录权限验证的例子，其中的用户权限服务没有写，都是用TODO 标示出来了，使用时可以根据各自的用户权限服务进行编码替换\n\nspringboot-shiro2 也是和dubbo 的结合例子是 消费者的示例。\n\n## springboot-swagger-ui\n* 博客 spring boot ＋Swagger-ui 自动生成API文档 地址： https:\u002F\u002Fblog.csdn.net\u002Fu012373815\u002Farticle\u002Fdetails\u002F82685962\n\n## springBoot-Quartz\n* 博客 springBoot-Quartz 定时任务 地址： https:\u002F\u002Fabelyang.blog.csdn.net\u002Farticle\u002Fdetails\u002F86740625\n\n## springboot 整合mybatis2\n* springboot 整合mybatis2 更简便的整合方式地址： https:\u002F\u002Fabelyang.blog.csdn.net\u002Farticle\u002Fdetails\u002F89296273\n\n## springboot+Kafka\n* kafka 与 sprigboot 的结合，springboot 从Kafka中读取数据的小例子地址： https:\u002F\u002Fabelyang.blog.csdn.net\u002Farticle\u002Fdetails\u002F89296305\n\n## springboot+es\n* Elasticsearch 与 sprigboot 的结合，springboot 操作es的小例子地址： https:\u002F\u002Fabelyang.blog.csdn.net\u002Farticle\u002Fdetails\u002F89296320\n\n## Springboot多数据源切换\n* springboot 多个数据源的配置， 一个springboot 项目操作多个数据库的数据：https:\u002F\u002Fabelyang.blog.csdn.net\u002Farticle\u002Fdetails\u002F89296341\n\n##springboot-dubbo\n\n该项目是Springboot 和 dubbo 结合的例子，是provider 的示例，提供服务。简单的写了一些用户和权限的接口没有写的很完整，主要是为了提现dubbo 服务\nSpringboot-shiro2 也是和dubbo 的结合例子是 消费者的示例。\n\n\n\n##未完待续。。。\n","该项目展示了Spring Boot框架与多种组件（如JPA、MyBatis、WebSocket、Security、Shiro、Cache等）的集成方式。核心功能包括用户角色权限管理、WebSocket通信实现、缓存技术应用及定时任务调度等，通过具体示例代码和博客文章链接详细说明了如何在Spring Boot项目中有效利用这些组件。适合于需要快速搭建具有安全控制、实时通信、高效数据处理能力的企业级Java后端服务场景使用。",2,"2026-06-11 02:59:23","top_language"]