https://github.com/link-kou/plugin-spring
基于Spring的实现,统一的输参解析与输出返回
https://github.com/link-kou/plugin-spring
Last synced: about 2 months ago
JSON representation
基于Spring的实现,统一的输参解析与输出返回
- Host: GitHub
- URL: https://github.com/link-kou/plugin-spring
- Owner: Link-Kou
- Created: 2020-03-19T00:33:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T11:36:36.000Z (over 2 years ago)
- Last Synced: 2025-04-14T08:11:38.977Z (about 2 months ago)
- Language: Java
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plugin-Spring
### Plugin-Spring 能做什么?
> 基于Plugin-Spring实现以下功能
- 统一输入与输出(JSON基于GSON)
- 全局错误统一
- 上下文辅助
- Cookie辅助---
### 使用环境JAVA > 1.8
Maven > 3.X
Mybatis > 3.X
### Maven仓库
```xmlcom.github.link-kou
spring
1.0.2```
### 示列
```xml
```
### 使用方法待续