fengchangsheng / skeletonLinks
springboot+mybatis skeleton
☆110Updated 3 months ago
Alternatives and similar repositories for skeleton
Users that are interested in skeleton are comparing it to the libraries listed below
Sorting:
- 龙果开源-Mybatis代码自动生成工具☆168Updated 5 years ago
- spring session + redis 实现session共享,完成 单点登录☆159Updated 8 years ago
- 前端使 用 freemaker,bootstrap,基于springboot,通过shiro控制权限,redis集中会话管理,整合一个完整的后台代码实现。☆126Updated 7 years ago
- Guides to spring-boot configurations, such as mybatis, redis, cache, etc.☆193Updated 2 years ago
- 基于spring boot搭建的web基础框架,包含了web开发中常用的功能,如:缓存(redis)、日志、事务、JPA、shiro、安全、常用工具类、swagger2在线接口文档、跨域支持等,可以基于该项目快速进行公司内部的项目开发。☆227Updated 7 years ago
- 基于SpringCloud微服务的示例项目、出发点是写一套完整微服务架构、集成有eureka、ribbon、feign、hystrix组件等,消费端有JSP、freemarker、thymeleaf三个版本,有完整的UI、增删改查及分页,防SQL注入、XSS攻击拦截等,同时…☆131Updated 5 months ago
- Spring-boot 集成druid数据库连接池,Spring-boot实现druid的动态数据源,Spring-boot实现定时任务schedule,spring-boot集成mybatis☆185Updated 7 years ago
- Spring Boot 脚手架 Mybatis Spring Security JWT 权限 Spring Cache + Redis☆253Updated 6 years ago
- ☆60Updated 8 years ago
- ☆74Updated 8 years ago
- shiro整合jwt前后端分离权限认证示例☆104Updated 3 years ago
- 提供基于spring-cloud系列整合的依赖jar包,再加入了分布式锁,分布式事务,接口文档,多数据源,单点登录,第三方集成等等可spring-boot配置的,简单化的使用工具。☆80Updated 2 years ago
- SpringBoot 学习☆146Updated 8 years ago
- SpringBoot敏捷微服务开发示例(服务注册中心、服务提供者、实现客户端负载均衡的消费者、声明式的Web Service客户端消费者、服务网关、分布式配置中心、使用分布式配置的客户端)☆214Updated 8 years ago
- RabbitMQ为异步消息处理提出了一个很好的解决方案,它是一个非常好用的消息中间件,主要用于中间件的解耦,同时,Spring Boot为RabbitMQ提供了支持, Spring Boot为Rabbit准备了spring-boot-starter-amqp,spring-…☆181Updated 8 years ago
- 该项目是renren-secutiry的Spring Boot版,现已合并到renren-security上了,请访问:https://github.com/renrenio/renren-security☆138Updated last year
- 使用javaconfig的方式整合SpringMVC+Mybatis+SpringSecurity实现基于数据库的权限系统,包括对按钮的权限控制。