概览
- 依赖规范,统一的父pom,三方依赖库、版本管理
- 常用组件、工具类封装,方便代码复用
- 常用
Starter
组件,开箱即用,提升效率
使用指南
- Github源码:https://github.com/guanyang/spring-base-parent
- 最新Maven坐标
1
2
3
4
5<dependency>
<groupId>org.gy.framework</groupId>
<artifactId>spring-base-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
模块解读
模块(artifactId) | 说明 | 备注 |
---|---|---|
spring-base-core | 基础核心定义 | 参考文档 |
spring-base-util | 常用工具类合集 | 参考文档 |
spring-base-csrf | csrf组件 | 参考文档 |
spring-base-sign | 接口签名组件 | 参考文档 |
spring-base-xss | 接口参数xss校验组件 | 参考文档 |
spring-base-lock | 分布式锁组件 | 参考文档 |
spring-base-log | 日志组件 | 参考文档 |
spring-base-limit | 限流组件 | 参考文档 |
Change Log
1.0.0-SNAPSHOT
1 | 初始化版本 |
1.0.1-SNAPSHOT
1 | 1. 添加Filter和FilterChain支持 |
...
...
00:00
00:00
If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !