当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 4 Fork 1

code4everything/boot-surface
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

项目简介

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开源协议

MIT License Copyright (c) 2018 Code For Everything Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

BootSurface是一个依赖于SpringBoot框架,常用于轻量级WEB项目的工具库,其公共化了一些简单繁琐而又必要的代码,已发布至Maven中央仓库。 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/code4everything/boot-surface.git
git@gitee.com:code4everything/boot-surface.git
code4everything
boot-surface
boot-surface
master

搜索帮助