概览
- 依赖规范,统一的父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>
模块解读
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 !