{"id":18810971,"url":"https://github.com/roncoo/roncoo-recharge","last_synced_at":"2025-08-21T00:31:51.382Z","repository":{"id":47569397,"uuid":"126031429","full_name":"roncoo/roncoo-recharge","owner":"roncoo","description":"龙果充值平台，具备话费充值、流量充值、话费卡兑换功能；可以拓展其他充值兑换业务；也适用于支付、鉴权等业务功能的拓展","archived":false,"fork":false,"pushed_at":"2022-09-01T23:56:08.000Z","size":8426,"stargazers_count":111,"open_issues_count":1,"forks_count":79,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-07T23:36:00.847Z","etag":null,"topics":["bjui","roncoo","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roncoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-20T14:34:34.000Z","updated_at":"2024-12-09T15:54:41.000Z","dependencies_parsed_at":"2022-09-02T20:51:06.751Z","dependency_job_id":null,"html_url":"https://github.com/roncoo/roncoo-recharge","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/roncoo/roncoo-recharge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-recharge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-recharge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-recharge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-recharge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roncoo","download_url":"https://codeload.github.com/roncoo/roncoo-recharge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roncoo%2Froncoo-recharge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271409415,"owners_count":24754711,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bjui","roncoo","spring-boot"],"created_at":"2024-11-07T23:23:37.315Z","updated_at":"2025-08-21T00:31:49.868Z","avatar_url":"https://github.com/roncoo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 龙果充值平台\r\n\r\n### 项目介绍\r\n1. 具备话费充值、流量充值、话费卡兑换功能；\r\n2. 可以拓展其他充值兑换业务，比如虚拟币充值；\r\n3. 也适用于支付、鉴权等业务功能的拓展；\r\n\r\n### 项目特色\r\n* 使用Spring Boot2.1，集成Shiro和freemark及其标签的使用\r\n* 接口和实现类进行代码分离，让接口对接和维护更简单\r\n\r\n### 技术选型\r\n1. 核心技术框架：Spring Boot\r\n2. 数据库连接池：Druid\r\n3. 持久层的框架：MyBatis\r\n4. 权限管理框架：Shiro\r\n5. 后台页面框架：B-JUI\r\n\r\n### 加速maven构建\r\n在maven的settings.xml 文件里配置mirrors的子节点，添加如下mirror\r\n```\r\n\u003cmirror\u003e\r\n    \u003cid\u003enexus-aliyun\u003c/id\u003e\r\n    \u003cmirrorOf\u003e*\u003c/mirrorOf\u003e\r\n    \u003cname\u003eNexus aliyun\u003c/name\u003e\r\n    \u003curl\u003ehttp://maven.aliyun.com/nexus/content/groups/public\u003c/url\u003e\r\n\u003c/mirror\u003e\r\n```\r\n\r\n### Lombok使用\r\nLombok是一个可以通过简单的注解形式来帮助我们简化消除一些必须有但显得很臃肿的Java代码的工具，通过使用对应的注解，可以在编译源码的时候生成对应的方法。\r\n[官方地址：https://projectlombok.org/](https://projectlombok.org/)\r\n\r\n#### 1. Eclipse使用方法\r\n把lombok.jar放入Eclipse的根目录，在eclipse.ini配置文件的最后加上\r\n```\r\n-javaagent:lombok.jar \r\n```\r\n\r\n#### 2. IntelliJ IDEA使用方法\r\n安装插件，如图所示\r\n\r\n![流程图](/doc/images/lombok1.png)\r\n\r\n### 项目结构\r\n\r\n```\r\n├─roncoo-recharge -----------------------------父项目，公共依赖\r\n│  │\r\n│  ├─roncoo-recharge-api\r\n│  │  │\r\n│  │  ├─roncoo-recharge-api-core --------------上游接口的封装：对接上游，只需要对其接口进行实现\r\n│  │  │\r\n│  │  ├─roncoo-recharge-api-longguo -----------上游接口实现demo1\r\n│  │  │\r\n│  │  └─roncoo-recharge-api-roncoo ------------上游接口实现demo2\r\n│  │\r\n│  ├─roncoo-recharge-boss ---------------------运营管理后台\r\n│  │\r\n│  ├─roncoo-recharge-common -------------------工程共用模块\r\n│  │\r\n│  ├─roncoo-recharge-crontab ------------------定时任务工程\r\n│  │\r\n│  ├─roncoo-recharge-gateway ------------------网关工程：核心流程请看帮助文档\r\n│  │\r\n│  ├─roncoo-recharge-util ---------------------工具类\r\n│  │\r\n│  ├─doc\r\n│  │  │\r\n│  │  ├─images --------------------------------项目演示截图\r\n│  │  │\r\n│  │  ├─lombok.jar ----------------------------Eclipse使用，放到Eclipse的根目录即可\r\n│  │  │\r\n└──└──└─rc_recharge.sql------------------------项目SQL脚本：带有demo数据\r\n```\r\n\r\n### 管理后台\r\n* 账户: fengyw 密码: roncoo \r\n\r\n### 帮助文档\r\n![流程图](/doc/images/90.png)\r\n\r\n### 官方QQ群\r\n* QQ3群: 738785494\r\n* QQ2群: 601146630 (满)\r\n* QQ1群: 213097382 (满)\r\n\r\n### 项目截图\r\n![话费卡兑换](/doc/images/1.png)\r\n![流量充值](/doc/images/2.png)\r\n![话费充值](/doc/images/3.png)\r\n![菜单管理](/doc/images/4.png)\r\n![角色管理](/doc/images/5.png)\r\n![用户管理](/doc/images/6.png)\r\n![商品管理](/doc/images/7.png)\r\n![商品管理](/doc/images/8.png)\r\n\r\n## 项目推荐\r\n### roncoo-recharge：[码云地址](https://gitee.com/roncoocom/roncoo-recharge) | [Github地址](https://github.com/roncoo/roncoo-recharge)\r\n### roncoo-jui-springboot：[码云地址](https://gitee.com/roncoocom/roncoo-jui-springboot) | [Github地址](https://github.com/roncoo/roncoo-jui-springboot)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froncoo%2Froncoo-recharge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froncoo%2Froncoo-recharge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froncoo%2Froncoo-recharge/lists"}