https://github.com/licc168/admin-api
springBoot jwt swagger集成的一套管理后台api
https://github.com/licc168/admin-api
excel graphql jwt spring-boot spring-security swagger
Last synced: about 1 year ago
JSON representation
springBoot jwt swagger集成的一套管理后台api
- Host: GitHub
- URL: https://github.com/licc168/admin-api
- Owner: licc168
- Created: 2017-08-31T02:26:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T07:36:14.000Z (about 8 years ago)
- Last Synced: 2025-03-20T18:09:48.716Z (about 1 year ago)
- Topics: excel, graphql, jwt, spring-boot, spring-security, swagger
- Language: Java
- Size: 96.7 KB
- Stars: 36
- Watchers: 6
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot
最近在看spring boot 觉得还是蛮强大的,所以一套基于spring boot的框架,把一些知识点都整合进去
> ## 框架说明
> - **权限:** ```JWT+SpringSecurity+cookie```
> - **统一异常:** [ExceptionTranslator](lcc-web/src/main/java/com/lccf/exception/ExceptionTranslator.java)
> - **缓存:** ```内存缓存采用guava nosql采用redis 详见CacheConfig```
> - **发送邮件**
> - **公用service封装:**[BaseServiceImpl](lccf-service/src/main/java/com/lccf/service/base/impl/BaseServiceImpl.java)
> - **swagger2 接口文档导出**
> - **统一参数校验:** [BindingResultAop](lcc-web/src/main/java/com/lccf/aop/BindingResultAop.java)
> - **excel工具类:**