# small **Repository Path**: wuhong12306/small ## Basic Information - **Project Name**: small - **Description**: simple mall - **Primary Language**: Java - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-03-06 - **Last Updated**: 2025-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [small-dependencies](http://code.hq.cpic.com/601601.COM/small-dependencies) **应用说明文档** ## README信息变更记录 | 版本号 | 编写人 | 变更内容 | | :----- | ------ | ---- | | 1.0 | wu | 初始化 | ## 代码提交规范 1. developers提交到develop 2. **develop发包到开发/测试环境**验证 3. 测试通过发布生产运行多日无显著bug之后由管理员 merge到master ## 项目运行环境 1. jdk 1.8.x 2. maven 3.x ## 模块简介 1. core * 通用模块,工具包,遵循springboot starter规范编写 2. api-portal * 用户端接口、页面 3. api-admin * 管理端接口、页面 ## index * http://ip:port/ ## 微服务接口规范 ### 接口返回码 通用返回对象HttpResult 完整返回码表如下 * 0000 OK * 01xx 用户模块异常码 * 02xx 产品模块异常码