# springboot快速开发手脚架 **Repository Path**: BaryLeo/springboot_cli ## Basic Information - **Project Name**: springboot快速开发手脚架 - **Description**: 整合了基础框架,方便快速开发 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-11-12 - **Last Updated**: 2022-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基础手脚架 ## 1 情况 基础的手脚架,测试通过,能正常运行,整合的框架有: Spring Boot √ Spring Web √ Web渲染 √ Spring Security √ Validation √ Mybatis √ Mybatis-Generator √ MySQL-connect √ JUnti 单元测试模块 √ Swagger API文档 √ ## 2 注意 security中的SystemUserDetailsServiceImpl,并未接入数据库,SystemPasswordEncoder也不采用加密算法,所以要自行去完善系统。 项目结构已定型,请勿随意修改,除非能理解。