# popeye
**Repository Path**: osswork/popeye
## Basic Information
- **Project Name**: popeye
- **Description**: No description available
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2021-08-19
- **Last Updated**: 2023-07-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
popeye
======
[](https://gitee.com/yf-nr/popeye/stargazers)
[](https://gitee.com/yf-nr/popeye/members)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://jitpack.io/#com.yifengx/popeye)
[](https://gitee.com/yf-nr/popeye)
## 说明
主要是提供一些基础通用的服务
## jdk11版本 develop 分支
| SNAPSHOT |RELEASE|
|:--------------:|:--:|
| 2.0.0-SNAPSHOT | |
## jdk8版本 1.x分支
| SNAPSHOT |RELEASE|
|:--------------:|:--:|
| 1.5.0-SNAPSHOT |1.4.5-RC2|
## 更新日志
[CHANGELOG](./CHANGELOG.md)
## 文档
|模块|文档地址|
|:---|:---|
|对象存储客户端|[storage-client使用文档](./doc/storage-client.md)|
|私有化配置中心|[config使用文档](./doc/popeye-config.md)|
|默认web配置启动器|[web使用文档](./doc/popeye-web.md)|
|其他服务|come soon|
## 组件
|组件| 描述 |
|:---|:------------------------------------------------------------|
|popeye-parent| parent 依赖版本管理 |
|popeye-dependencies| popeye模块导入 |
|popeye-util| util工具类,StringUtil,DateUtil,JsonMapper |
|popeye-storage| 对象存储模块 |
|popeye-storage/form-storage-client| 对象上传,查看,删除客户端 form方式 |
|popeye-auth/data-scope| 数据权限拦截器 |
|popeye-common/easyexcel| alibaba easyexcel,主要是减少依赖 |
|popeye-common/openx-client| 替换底层client为okhttp3 配套 openx-spring-boot-starter 支持客户端解压gzip |
|popeye-starter| spring-boot启动器 |
|popeye-starter/popeye-config-spring-cloud-starter| 连接私有配置中心 |
|popeye-starter/popeye-log-spring-boot-starter| 日志主动上报 |
|popeye-starter/popeye-web-spring-boot-starter| spring-boot web主要通用自动化配置 |
|popeye-starter/form-storage-spring-boot-starter| 对象存储 okhttp3版本 form上传 |
|popeye-starter/openx-spring-boot-starter|openx spring-boot-starter 支持yml配置,返回结果gzip,数据库异常屏蔽等|
|popeye-starter/openx-client-spring-boot-starter|openx-client spring-boot-starter,支持yml配置服务|
## 仓库地址
> jitpack
```xml
jitpack.io
https://jitpack.io
```
> other
```xml
public
Public Repositories
http://nexus.yifengx.com/content/groups/public
```