# free-proxy-ips **Repository Path**: freelibra/free-proxy-ips ## Basic Information - **Project Name**: free-proxy-ips - **Description**: ip代理池获取免费可用代理 http://remote.huangwq.com:8848/getIPProxyList {"ip":"1.179.144.181","port":80,"protocol":"http","updateTime":1567583394841,"createTime":1567583394841} - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-09-04 - **Last Updated**: 2022-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # free-proxy-ips #### 介绍 ip代理池获取免费可用代理 http://remote.huangwq.com:8848/getIPProxyList {"ip":"1.179.144.181","port":80,"protocol":"http","updateTime":1567583394841,"createTime":1567583394841} #### 软件架构 软件架构说明 1. Spring Boot 2.1.7 2. WebFlux 3. BerkleyDB #### 安装教程 1. java -jar free-proxy-1.0.0.jar #### 使用说明 1. application.yml server: port: 8848 spring: main: allow-bean-definition-overriding: true devtools: add-properties: false berkeleydb: envConfig: allowCreate: true #如果设置了true则表示当数据库环境不存在时候重新创建一个数据库环境,默认为false. transactional: true #事务支持,如果为true,则表示当前环境支持事务处理,默认为false,不支持事务处理。 readOnly: false #是否以只读方式打开,默认为false. cachePercent: 20 #设置当前环境能够使用的RAM占整个JVM百分比 cacheSize: 102400 #设置当前环境能使用的最大RAM,单位为byte envDir: 'db' #用户指定目录,存放数据文件和日志文件 dbConfig: allowCreate: true #如果设置了true则表示当数据库不存在时候重新创建一个数据库,默认为false. transactional: true #事务支持,如果为true,则表示当前数据库支持事务处理,默认为false,不支持事务处理。 readOnly: false #是否以只读方式打开,默认为false. dbName: ipproxy #数据库名称 logging: level: org.qing: DEBUG #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)