Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Latest commit

 

History

History
68 lines (38 loc) · 1.59 KB

README.md

File metadata and controls

68 lines (38 loc) · 1.59 KB

项目简介

Boot Surface主要是一个依赖于Spring框架的Web开发工具类,旨在简化日志记录、文件上传、异常处理等一些繁琐而又必要的代码编写。 这也是从工作项目中剥离出来的一些公共代码,方便以后一些项目的构建。

本工具库主要适用于 Spring Boot Web 项目的开发

主要功能

  • Spring AOP日志记录

  • 对HTTP某一些响应数据的字段进行抹掉或加密

  • 简化文件的上传

  • 默认的异常处理和拦截器

  • 封装了一些常用的常量

  • 一些常用的工具类

安装使用

项目仅支持 JDK1.8 以上

API参考文档

<dependency>
    <groupId>org.code4everything</groupId>
    <artifactId>boot-surface</artifactId>
    <version>1.1.6</version>
</dependency>

为了方便打包,项目已发布到了Maven中央仓库

使用手册

示例项目

https://gitee.com/code4everything/wanna-spring/tree/master/spring-bee

写在最后

本项目严格遵守阿里巴巴Java开发手册规范,采用MIT开源协议