# honghu-cloud **Repository Path**: izone/honghu-cloud ## Basic Information - **Project Name**: honghu-cloud - **Description**: 微服务构架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-09-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # honghu-cloud 1.jdk版本为1.8 2.使用Eclipse(安装了spring boot插件)进行项目开发 3.将maven-honghu直接拷贝到D盘,里面包括了所有跟当前项目相关的jar包 4.将honghu-config直接拷贝到D盘,里面是commonservice-config项目所加载的外部配置文件 5.导入项目为已存在的maven项目 6.创建名为:honghu_system的数据库,将sql脚本导入即可 7.项目启动顺序: commonservice-eureka commonservice-config commonservice-system honghu-auction-service honghu-collect-service 8.commonservice-eureka 访问地址: http://localhost:8761/ 用户名/密码:honghu/123456 9.commonservice-system 访问地址: http://localhost:8080/commonservice-system/ 用户名/密码:admin/admin 10.honghu-auction-service访问地址(服务通讯测试): http://localhost:7073/auction/get?id=1 结果: {"code":"200","message":"操作成功","version":"v1.0","data":{"status":"0"}} 其中status是collection的服务信息,通过feign的方式返回 #### 参与贡献 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. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)