Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenhaoxiang/spring-boot-quick-project-all
基于SpringBoot,自动构建快速开发中小型项目的spring-boot-quick-project系列框架。满足不同业务需求,多种不同自动生成框架供选择
https://github.com/chenhaoxiang/spring-boot-quick-project-all
Last synced: about 2 months ago
JSON representation
基于SpringBoot,自动构建快速开发中小型项目的spring-boot-quick-project系列框架。满足不同业务需求,多种不同自动生成框架供选择
- Host: GitHub
- URL: https://github.com/chenhaoxiang/spring-boot-quick-project-all
- Owner: chenhaoxiang
- License: apache-2.0
- Created: 2018-09-03T12:10:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:56:36.000Z (over 2 years ago)
- Last Synced: 2023-03-04T05:39:52.256Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 74.2 KB
- Stars: 11
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 简化你的开发,搭建完善的基础企业级项目
1. 数据库-dao-service-controller层的全自动化构建,实现单表操作全自动构建
2. 数据监控(druid)
3. 日志配置 (logback)
4. 邮件发送
5. 短信发送(阿里大于)
6. 工具类集成
7. 权限管理配置(shiro)
8. AOP拦截器
9. 前端页面FreeMarker引擎模板
10. 全局异常处理
11. 全局日志输出
12. Redis集成
13. Controller层自动文档构建,在线测试
...## [spring-boot-quick-project-fars](https://github.com/chenhaoxiang/spring-boot-quick-project-all/tree/master/spring-boot-quick-project-fars)
[spring-boot-quick-project-fars](https://github.com/chenhaoxiang/spring-boot-quick-project-all/tree/master/spring-boot-quick-project-fars)全名为spring-boot-quick-project-front-and-rear-separation
是一基于SpringBoot,MyBatis等开源框架快速构建CSD(Controller-Service-DAO)层的项目,用于快速搭建中小型的API、RESTful API项目。使用简单,运行稳定快捷,摆脱重复的劳动,专注业务代码的编写。
基于本项目可以在短短几分钟内实现一套简单的API,0代码编写,实现单表的任意增删改查操作。