# spring-boot-quick **Repository Path**: holylcd/spring-boot-quick ## Basic Information - **Project Name**: spring-boot-quick - **Description**: spring boot 脚手架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-demo - Spring + Spring MVC + MyBatis - MyBatis generator + tk Mapper(生成代码,简化 MyBatis 的使用) - Lombok(没什么用,精简代码) - JWT + Spring Security authentication(分布式认证方案) - Spring Security access control(按钮级权限控制) - Spring Cache + Redis 分布式缓存方案 示例 ```java org.holy.spring.boot.quick.controller.v1.UserController ```