# FrameworkPoi
**Repository Path**: testtjqf/FrameworkPoi
## Basic Information
- **Project Name**: FrameworkPoi
- **Description**: poi框架 framework-poi > 简单、好用且轻量级的海量excel,csv文件导入导出解决方案
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 6
- **Created**: 2019-01-31
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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://github.com/fartherp/framework/releases)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://www.openhub.net/p/fartherp-framework)
Framework Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成Framework。
> framework-spring-boot(https://github.com/fartherp/framework-spring-boot)
## 公告模块框架 [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)
```
封装操作数据库的基本操作(增删改查)
```
## 异常体系框架 [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
```
## [framework-filter](https://github.com/fartherp/framework/tree/master/framework-filter)
```
1、支持切面过滤
2、和spring环境集成
配置方式是:
web.xml
frameworkFilter
org.springframework.web.filter.DelegatingFilterProxy
targetFilterLifecycle
true
frameworkFilter
/*
spring 配置文件
//过滤器配置
/** = myfilter //过滤器和路径的对应关系
```
## JDK
> 1.8