MCPcopy Index your code
hub / github.com/527515025/springBoot

github.com/527515025/springBoot @main

repository ↗ · DeepWiki ↗ · Ask this repo → · + Follow
1,633 symbols 2,998 edges 306 files 373 documented · 23% updated 2y ago★ 6,77335 open issues
README

致歉

由于自己懒以及身体对issuse 解决的不及时。请大家以后提issuse 的时候写清楚 模块名 比如“springboot-SpringSecurity4” 和问题,我会抽时间抓紧解决。

springboot-SpringSecurity0

包含两部分代码:

  • 第一是 博客 springboot+mybatis+SpringSecurity 实现用户角色数据库管理 地址:http://blog.csdn.net/u012373815/article/details/54632176

  • 第二是 博客 springBoot+springSecurity验证密码MD5加密 地址:http://blog.csdn.net/u012373815/article/details/54927070

springboot-SpringSecurity1

  • 博客 springBoot+springSecurity 数据库动态管理用户、角色、权限(二) 地址:http://blog.csdn.net/u012373815/article/details/54633046

springboot-SpringSecurity2

  • 博客 springboot+security restful权限控制官方推荐(五) 地址:http://blog.csdn.net/u012373815/article/details/59749385

springboot-SpringSecurity3

  • 博客 springBoot+springSecurity 动态管理Restful风格权限(三) 地址:http://blog.csdn.net/u012373815/article/details/55225079

springboot-SpringSecurity4

  • 实战,项目中正在用

springboot-WebSocket

包含三部分代码,三部分代码有交合:

  • 第一是 博客 spring boot +WebSocket 广播式(一)地址:http://blog.csdn.net/u012373815/article/details/54375195 中所示代码

  • 第二是 博客 spring boot +WebSocket 广播式(二)地址:http://blog.csdn.net/u012373815/article/details/54377937 中所示代码

  • 第三是 博客 spring boot +WebSocket(三) 点对点式 地址: http://blog.csdn.net/u012373815/article/details/54380476 中所示代码

springboot-Cache

包含两部分代码:

  • 第一部分是 博客 springboot的缓存技术 地址: http://blog.csdn.net/u012373815/article/details/54564076

  • 第二部分是 博客 springboot缓存篇(二)-redis 做缓存 地址:http://blog.csdn.net/u012373815/article/details/54572687

springboot-Cache2

  • 是 博客 springboot缓存 之 GuavaCacheManager 地址:http://blog.csdn.net/u012373815/article/details/60468033

springboot-shiro

  • 是博客 springboot集成shiro 实现权限控制 地址:http://blog.csdn.net/u012373815/article/details/57532292

springboot-shior2

是使用shior 框架调取用户权限服务,进行登录权限验证的例子,其中的用户权限服务没有写,都是用TODO 标示出来了,使用时可以根据各自的用户权限服务进行编码替换

springboot-shiro2 也是和dubbo 的结合例子是 消费者的示例。

springboot-swagger-ui

  • 博客 spring boot +Swagger-ui 自动生成API文档 地址: https://blog.csdn.net/u012373815/article/details/82685962

springBoot-Quartz

  • 博客 springBoot-Quartz 定时任务 地址: https://abelyang.blog.csdn.net/article/details/86740625

springboot 整合mybatis2

  • springboot 整合mybatis2 更简便的整合方式地址: https://abelyang.blog.csdn.net/article/details/89296273

springboot+Kafka

  • kafka 与 sprigboot 的结合,springboot 从Kafka中读取数据的小例子地址: https://abelyang.blog.csdn.net/article/details/89296305

springboot+es

  • Elasticsearch 与 sprigboot 的结合,springboot 操作es的小例子地址: https://abelyang.blog.csdn.net/article/details/89296320

Springboot多数据源切换

  • springboot 多个数据源的配置, 一个springboot 项目操作多个数据库的数据:https://abelyang.blog.csdn.net/article/details/89296341

springboot-dubbo

该项目是Springboot 和 dubbo 结合的例子,是provider 的示例,提供服务。简单的写了一些用户和权限的接口没有写的很完整,主要是为了提现dubbo 服务 Springboot-shiro2 也是和dubbo 的结合例子是 消费者的示例。

未完待续。。。

Extension points exported contracts — how you extend this code

PersonService (Interface)
Created by yangyibo on 2018/6/29. 使用 Feign 调用person service 我们只需要通过简单在接口中声明方法即可调用Person的 Rest服务 [6 implementers]
springboot-springCloud/ui/src/main/java/com/abel/service/PersonService.java
EventDao (Interface)
(no doc) [12 implementers]
springboot-shiro/src/main/java/com/us/dao/EventDao.java
RoleDao (Interface)
(no doc) [12 implementers]
springboot-dubbo/abel-user-provider/src/main/java/cn/abel/user/dao/RoleDao.java
PermissionService (Interface)
(no doc) [13 implementers]
springboot-dubbo/abel-user-api/src/main/java/cn/abel/user/service/PermissionService.java
NewsDao (Interface)
(no doc) [12 implementers]
springboot-dynamicDataSource/src/main/java/cn/abel/dao/NewsDao.java
DemoService (Interface)
Created by yangyibo on 17/1/13. [2 implementers]
springboot-Cache/src/main/java/com/us/example/service/DemoService.java
UserService (Interface)
The Interface UserService. [1 implementers]
springboot-jpa/src/main/java/com/us/example/service/UserService.java
KingDao (Interface)
使用Springboot - data - neo4j 生成 @author yyb @time 2020/3/23 [1 implementers]
springboot-neo4j/src/main/java/cn/abel/neo4j/dao/KingDao.java

Core symbols most depended-on inside this repo

jQuery
called by 63
springWebSocket/src/main/resources/static/jquery.js
put
called by 62
springboot-Cache/src/main/java/com/us/example/controller/CacheController.java
setId
called by 57
springboot-neo4j/src/main/java/cn/abel/neo4j/bean/Person.java
get
called by 48
springboot-shiro2/src/main/java/cn/abel/rest/shiro/ShiroRedisCacheManager.java
setName
called by 33
springboot-neo4j/src/main/java/cn/abel/neo4j/bean/King.java
setClan
called by 33
springboot-neo4j/src/main/java/cn/abel/neo4j/bean/King.java
setTimes
called by 33
springboot-neo4j/src/main/java/cn/abel/neo4j/bean/King.java
setPosthumousTitle
called by 33
springboot-neo4j/src/main/java/cn/abel/neo4j/bean/King.java

Shape

Method 1,231
Class 272
Function 92
Interface 36
Enum 2

Languages

Java94%
TypeScript6%

Modules by API surface

springWebSocket/src/main/resources/static/jquery.js53 symbols
springboot-shiro/src/main/java/com/us/bean/Event.java46 symbols
springboot-mybatis/src/main/java/com/us/example/bean/User.java37 symbols
springWebSocket/src/main/resources/static/sockjs.min.js37 symbols
springboot-jpa/src/main/java/com/us/example/bean/User.java35 symbols
springboot-springSecurity4/src/main/java/com/yy/example/bean/User.java30 symbols
springboot-swagger-ui/src/main/java/com/abel/example/bean/User.java27 symbols
springboot-shiro/src/main/java/com/us/bean/User.java25 symbols
springboot-neo4j/src/main/java/cn/abel/neo4j/bean/King.java20 symbols
springboot-elasticsearch/src/main/java/cn/abel/bean/User.java19 symbols
springboot-springSecurity2/src/main/java/com/us/example/domain/SysUser.java17 symbols
springboot-shiro2/src/main/java/cn/abel/rest/shiro/ShiroConfig.java17 symbols

Dependencies from manifests, versioned

cn.abel:abel-user-api1.0.0-SNAPSHOT · 1×
cn.abel:abel-util1.0.0-SNAPSHOT · 1×
com.101tec:zkclient0.10 · 1×
com.alibaba:druid1.1.10 · 1×
com.alibaba:dubbo2.8.4 · 1×
com.aliyun.mns:aliyun-sdk-mns1.1.8.6 · 1×
com.aliyun.openservices:ons-client1.8.3.Final · 1×
com.aliyun.oss:aliyun-sdk-oss3.3.0 · 1×
com.aliyun:aliyun-java-sdk-core4.2.0 · 1×
com.aliyun:aliyun-java-sdk-dysmsapi1.1.0 · 1×
com.aliyun:aliyun-java-sdk-sts3.0.0 · 1×

Datastores touched

(mysql)Database · 1 repos
cacheDatabase · 1 repos
msmDatabase · 1 repos
oldManDatabase · 1 repos
epp_managerDatabase · 1 repos
shiroDatabase · 1 repos
abeldbDatabase · 1 repos
quartzDatabase · 1 repos

For agents

$ claude mcp add springBoot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact