{"id":14983127,"url":"https://github.com/fartherp/framework","last_synced_at":"2025-10-29T21:30:35.546Z","repository":{"id":27092650,"uuid":"104316906","full_name":"fartherp/framework","owner":"fartherp","description":"基础框架，包括工具utils，压缩，异常，poi，加解密","archived":false,"fork":false,"pushed_at":"2022-12-16T04:46:30.000Z","size":81345,"stargazers_count":11,"open_issues_count":17,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T04:41:37.313Z","etag":null,"topics":["mybatis","poi","spring","spring-mvc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fartherp.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-21T07:39:56.000Z","updated_at":"2021-04-25T07:06:44.000Z","dependencies_parsed_at":"2023-01-14T05:58:13.831Z","dependency_job_id":null,"html_url":"https://github.com/fartherp/framework","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartherp%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartherp%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartherp%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fartherp%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fartherp","download_url":"https://codeload.github.com/fartherp/framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238892227,"owners_count":19548154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mybatis","poi","spring","spring-mvc"],"created_at":"2024-09-24T14:06:46.587Z","updated_at":"2025-10-29T21:30:35.040Z","avatar_url":"https://github.com/fartherp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 项目基础框架 \n[![Build Status](https://travis-ci.org/fartherp/framework.svg?branch=master)](https://travis-ci.org/fartherp/framework)\n[![Coverage Status](https://coveralls.io/repos/github/fartherp/framework/badge.svg?branch=master)](https://coveralls.io/github/fartherp/framework?branch=master)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/framework/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/framework/)\n[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.github.fartherp/framework.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/github/fartherp/framework/)\n[![GitHub release](https://img.shields.io/github/release/fartherp/framework.svg)](https://github.com/fartherp/framework/releases)\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![Project Stats](https://www.openhub.net/p/fartherp-framework/widgets/project_thin_badge.gif)](https://www.openhub.net/p/fartherp-framework)  \n[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=fartherp_framework)](https://sonarcloud.io/dashboard?id=fartherp_framework)\n\nFramework Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成Framework。\n\u003e framework-spring-boot(https://github.com/fartherp/framework-spring-boot)\n\n## db基础操作框架 [framework-base-database](https://github.com/fartherp/framework/tree/master/framework-base-database)\n```\n封装操作数据库的基本操作（增删改查）\n```\n\n## 公告模块框架 [framework-common](https://github.com/fartherp/framework/tree/master/framework-common)\n```\n包括各种util，例如:日期DateUtil，BigDecimalUtil等等\n```\n\n## 压缩框架 [framework-compress](https://github.com/fartherp/framework/tree/master/framework-compress)\n```\n提供各种压缩方式\n1.bzip2\n2.gzip\n3.jar\n4.tar\n5.zip\n6.zlib\n7.shell命令(gzip，targz)\n```\n\n## 核心框架 [framework-core](https://github.com/fartherp/framework/tree/master/framework-core)\n```\n1.整合easyui分页功能\n2.验证码\n3.整合easyui树结构\n4.统一前端请求后的返回参数\n5.发送邮件，包括html邮件\n```\n\n## db操作框架 [framework-database](https://github.com/fartherp/framework/tree/master/framework-database)\n```\nmybatis分页，sql监控\n```\n\n## 异常体系框架 [framework-exception](https://github.com/fartherp/framework/tree/master/framework-exception)\n```\n1.mysql数据库返回的错误信息，转成可识别信息\n2.oracle数据库返回的错误信息，转成可识别信息\n3.通用的异常返回的错误信息，转成可识别信息\n```\n\n## 文件处理框架 [framework-file](https://github.com/fartherp/framework/tree/master/framework-file)\n```\n1.ftp\n2.nfs\n```\n\n## net框架 [framework-net](https://github.com/fartherp/framework/tree/master/framework-net)\n```\n1.ftp\n2.sftp\n```\n\n## poi框架 [framework-poi](https://github.com/fartherp/framework/tree/master/framework-poi)\n```\n1.csv读取及下载\n2.excel读取\n```\n\n## 加密解密框架 [framework-security](https://github.com/fartherp/framework/tree/master/framework-security)\n```\n1.不可逆:base64，MD5\n2.对称密钥:AES，DES，3DES\n3.非对称密钥:RSA\n```\n\n## JDK\n\u003e 1.8\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffartherp%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffartherp%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffartherp%2Fframework/lists"}