概览
- 常用工具类定义,避免重复造轮子,提升效率
- AES加密
- 枚举定义
- 数据加载,避免深度分页
- 版本号比较
- 图片过滤清洗,防止违规内容
- 图片添加水印
- IP/Cookie工具类
- 常用正则合集
- 参数校验注解,支持集合和枚举校验
使用指南
- Github源码:https://github.com/guanyang/spring-base-parent
- 最新Maven坐标
1
2
3
4
5<dependency>
<groupId>org.gy.framework</groupId>
<artifactId>spring-base-util</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
工程结构解读
1 | ├── README.md |
...
...
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 !