Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shangmin1990/light-framework

轻量级web框架, 主要包含登录验证,权限验证模块, 通用service和dao(基于mybatis),文件上传等通用功能封装.目的在于让开发者快速搭建一个通用的web project.
https://github.com/shangmin1990/light-framework

authorization common-service light-framework restful spring

Last synced: about 1 month ago
JSON representation

轻量级web框架, 主要包含登录验证,权限验证模块, 通用service和dao(基于mybatis),文件上传等通用功能封装.目的在于让开发者快速搭建一个通用的web project.

Awesome Lists containing this project

README

        

# light-framework
轻量级web框架, 主要包含登录验证,权限验证模块, 通用service和dao(基于mybatis),文件上传,xlsx导出等通用功能封装.目的在于让开发者快速搭建一个通用的web restful project.
## 模块列表
* [authorization](https://github.com/shangmin1990/light-framework/tree/master/authorization) 登录,权限体系
* [common](https://github.com/shangmin1990/light-framework/tree/master/common) 通用mapper和service 通用的异常处理器
* [core](https://github.com/shangmin1990/light-framework/tree/master/core) 核心模块 包含多数据源,xlsx导出,文件上传,和通用工具类
* [logger](https://github.com/shangmin1990/light-framework/tree/master/logger) 日志模块 敬请期待