# component-web **Repository Path**: yangjiayi/component-web ## Basic Information - **Project Name**: component-web - **Description**: springboot-web组件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring boot WEB组件 * 提供了默认的配置类, 包括跨域配置, 上传配置, 日期参数转换配置 * 提供了默认的 BaseController * 提供了默认的WEB常量 * 提供了请求时间打印的过滤器 * 提供了常用的WEB工具类 * 提供了Controller的统一异常处理 (ControllerExceptionHandler) ## 注意 ## 版本更新记录 ### 2019-05-16 更新版本 2.0.1 * 修复主程序无法自定义Bean \[CorsFilter, MultipartConfigElement\] 的问题 ### 2019-07-23 更新版本 2.1.0 * 取消默认的 DateConverterConfig Bean