https://github.com/fartherp/framework
基础框架,包括工具utils,压缩,异常,poi,加解密
https://github.com/fartherp/framework
mybatis poi spring spring-mvc
Last synced: 8 months ago
JSON representation
基础框架,包括工具utils,压缩,异常,poi,加解密
- Host: GitHub
- URL: https://github.com/fartherp/framework
- Owner: fartherp
- License: apache-2.0
- Created: 2017-09-21T07:39:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T04:46:30.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:41:37.313Z (over 1 year ago)
- Topics: mybatis, poi, spring, spring-mvc
- Language: Java
- Homepage:
- Size: 77.6 MB
- Stars: 11
- Watchers: 3
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 项目基础框架
[](https://travis-ci.org/fartherp/framework)
[](https://coveralls.io/github/fartherp/framework?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/framework/)
[](https://oss.sonatype.org/content/repositories/snapshots/com/github/fartherp/framework/)
[](https://github.com/fartherp/framework/releases)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://www.openhub.net/p/fartherp-framework)
[](https://sonarcloud.io/dashboard?id=fartherp_framework)
Framework Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成Framework。
> framework-spring-boot(https://github.com/fartherp/framework-spring-boot)
## db基础操作框架 [framework-base-database](https://github.com/fartherp/framework/tree/master/framework-base-database)
```
封装操作数据库的基本操作(增删改查)
```
## 公告模块框架 [framework-common](https://github.com/fartherp/framework/tree/master/framework-common)
```
包括各种util,例如:日期DateUtil,BigDecimalUtil等等
```
## 压缩框架 [framework-compress](https://github.com/fartherp/framework/tree/master/framework-compress)
```
提供各种压缩方式
1.bzip2
2.gzip
3.jar
4.tar
5.zip
6.zlib
7.shell命令(gzip,targz)
```
## 核心框架 [framework-core](https://github.com/fartherp/framework/tree/master/framework-core)
```
1.整合easyui分页功能
2.验证码
3.整合easyui树结构
4.统一前端请求后的返回参数
5.发送邮件,包括html邮件
```
## db操作框架 [framework-database](https://github.com/fartherp/framework/tree/master/framework-database)
```
mybatis分页,sql监控
```
## 异常体系框架 [framework-exception](https://github.com/fartherp/framework/tree/master/framework-exception)
```
1.mysql数据库返回的错误信息,转成可识别信息
2.oracle数据库返回的错误信息,转成可识别信息
3.通用的异常返回的错误信息,转成可识别信息
```
## 文件处理框架 [framework-file](https://github.com/fartherp/framework/tree/master/framework-file)
```
1.ftp
2.nfs
```
## net框架 [framework-net](https://github.com/fartherp/framework/tree/master/framework-net)
```
1.ftp
2.sftp
```
## poi框架 [framework-poi](https://github.com/fartherp/framework/tree/master/framework-poi)
```
1.csv读取及下载
2.excel读取
```
## 加密解密框架 [framework-security](https://github.com/fartherp/framework/tree/master/framework-security)
```
1.不可逆:base64,MD5
2.对称密钥:AES,DES,3DES
3.非对称密钥:RSA
```
## JDK
> 1.8