1、前言
最近利用空余时间写了一个项目webconfig-boot
。该项目主要配置了web项目常用的一些配置,如统一参数校验、统一异常捕获、统一日期的处理、常用过滤器、常用注解等。引入依赖接口完成常规的web配置。
这里也是总结了笔者在项目开发中遇到的一些常用的配置,后面还是持续集成。
项目地址:https://github.com/simonkingws/webconfig-springboot
2024-03-28发布到中央仓库,使用者可以直接映入依赖。
<!-- https://central.sonatype.com/artifact/io.github.simonkingws/webconfig-spring-boot-starte -->
<dependency>
<groupId>io.github.simonkingws</groupId>