2 Star 19 Fork 0

玄辉 / web-spring-boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
玄辉 提交于 2024-03-03 18:00 . readme

web-spring-boot 低耦合集成的高度扩展组件

[Build Status] [JDK] [Maven central)] APACHE 2 License

介绍

web Spring Boot低耦合集成的高度扩展组件

web Spring Boot低耦合集成的高度扩展组件

  • cors(跨域配置)、crypto(参数以及加解密)、csrf(csrf攻击)、dict(字典转义)、exception(通用异常)、i18n、 jdk8time 、
  • log(应用日志)、response(通用结果返回)、sensitive(数据脱敏) 、event消息推送 、 sqlInjection(SQL注入)
  • apiversion(api 版本) 、threadpool(通用线程配置) 、validation(参数验证)、 xss(xss过滤) rest(调用)、 envencrypt(配置文件加密)
  • tree(注解树构造)、strategy(策略模式)、logbackandlog4j2-sensitive sensitive(日志脱敏) 、 通用工具

安装教程

 <dependency>
 <groupId>cn.xphsc.boot</groupId>
    <artifactId>web-spring-boot-starter</artifactId>
    <version>2.0.0</version>
 </dependency>

spring boot3以上版本

 <dependency>
 <groupId>cn.xphsc.boot</groupId>
    <artifactId>web-spring-boot-starter</artifactId>
    <version>3.x</version>
 </dependency>

使用说明

  1. cors
  2. crypto
  3. csrf
  4. 字典转义
  5. 通用异常
  6. 应用日志
  7. 通用结果返回
  8. 数据脱敏
  9. SQL注入
  10. 通用线程配置
  11. 参数验证
  12. xss过滤
  13. rest
  14. event
  15. strategy
  16. logbackandlog4j2-sensitive
  17. apiversion
Java
1
https://gitee.com/xphsc/web-spring-boot.git
git@gitee.com:xphsc/web-spring-boot.git
xphsc
web-spring-boot
web-spring-boot
master

搜索帮助