Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shangmin1990/light-framework
- Owner: shangmin1990
- License: apache-2.0
- Created: 2017-03-10T10:09:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T09:26:11.000Z (about 6 years ago)
- Last Synced: 2024-10-02T04:42:42.994Z (about 2 months ago)
- Topics: authorization, common-service, light-framework, restful, spring
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) 日志模块 敬请期待