## 目录以及依赖调整包名;
This commit is contained in:
parent
9e02399de7
commit
1416d9ae7e
36
README.en.md
36
README.en.md
|
@ -1,36 +0,0 @@
|
||||||
# java-base-app
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
直销后台接口
|
|
||||||
|
|
||||||
#### Software Architecture
|
|
||||||
Software architecture description
|
|
||||||
|
|
||||||
#### Installation
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Instructions
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Contribution
|
|
||||||
|
|
||||||
1. Fork the repository
|
|
||||||
2. Create Feat_xxx branch
|
|
||||||
3. Commit your code
|
|
||||||
4. Create Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### Gitee Feature
|
|
||||||
|
|
||||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
||||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
||||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
||||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
77
README.md
77
README.md
|
@ -2,51 +2,33 @@
|
||||||
|
|
||||||
### code-util(实体代码生成器)
|
### code-util(实体代码生成器)
|
||||||
|
|
||||||
### hzs-api(RPC调用接口)
|
### bd-api(RPC调用接口)
|
||||||
hzs-api-activity -- 活动服务接口以及RPC传输数据DTO实体
|
bd-api-bonus -- 奖金服务接口以及RPC传输数据DTO实体
|
||||||
hzs-api-bonus -- 奖金服务接口以及RPC传输数据DTO实体
|
bd-api-member -- 会员服务接口以及RPC传输数据DTO实体
|
||||||
hzs-api-member -- 会员服务接口以及RPC传输数据DTO实体
|
bd-api-report -- 报表服务接口以及RPC传输数据DTO实体
|
||||||
hzs-api-report -- 报表服务接口以及RPC传输数据DTO实体
|
bd-api-sale -- 销售、供应链服务接口以及RPC传输数据DTO实体
|
||||||
hzs-api-sale -- 销售、供应链服务接口以及RPC传输数据DTO实体
|
bd-api-system -- 系统基础服务接口以及RPC传输数据DTO实体
|
||||||
hzs-api-system -- 系统基础服务接口以及RPC传输数据DTO实体
|
bd-api-third -- 三方服务接口以及RPC传输数据DTO实体
|
||||||
hzs-api-third -- 三方服务接口以及RPC传输数据DTO实体
|
|
||||||
|
|
||||||
### hzs-api-lenjoy(乐享RPC调用接口)
|
### bd-business(业务相关服务)
|
||||||
hzs-api-lenjoy-bonus -- 乐享奖金服务接口以及RPC传输数据DTO实体
|
bd-business-bonus -- 奖金服务(奖金计算等) 8098
|
||||||
hzs-api-lenjoy-member -- 乐享会员服务接口以及RPC传输数据DTO实体
|
bd-business-common -- 业务服务公共类(工具类)
|
||||||
hzs-api-lenjoy-sale -- 乐享销售、供应链服务接口以及RPC传输数据DTO实体
|
bd-business-member -- 会员服务(会员、账户、银行等) 8092
|
||||||
|
bd-business-report -- 报表服务(统计分析、仪表盘等) 8097
|
||||||
|
bd-business-sale -- 销售服务(订单、商品、邮费、仓库进销存等) 8093
|
||||||
|
bd-business-system -- 系统基础服务(基础配置、自定义配置等) 8091
|
||||||
|
bd-business-scm -- 进销存服务(进销存功能等) 8099
|
||||||
|
|
||||||
### hzs-business(业务相关服务)
|
### bd-common(基础公用组件)
|
||||||
hzs-business-activity -- 活动服务(所有活动等) 8095
|
bd-common-core -- 核心公用组件、缓存操作等
|
||||||
hzs-business-bonus -- 奖金服务(奖金计算等) 8098
|
bd-common-domain -- 系统对应数据库实体以及扩展分类
|
||||||
hzs-business-common -- 业务服务公共类(工具类)
|
bd-common-security -- security用户鉴权依赖组件
|
||||||
hzs-business-member -- 会员服务(会员、账户、银行等) 8092
|
|
||||||
hzs-business-report -- 报表服务(统计分析、仪表盘等) 8097
|
|
||||||
hzs-business-sale -- 销售服务(订单、商品、邮费、仓库进销存等) 8093
|
|
||||||
hzs-business-system -- 系统基础服务(基础配置、自定义配置等) 8091
|
|
||||||
hzs-business-scm -- 进销存服务(进销存功能等) 8099
|
|
||||||
|
|
||||||
### hzs-business-lenjoy(乐享业务相关服务)
|
### bd-gateway(统一网关入口)
|
||||||
hzs-business-bonus -- 奖金服务(奖金计算等) 8198
|
bd-gateway -- 统一网关 8080
|
||||||
hzs-business-member -- 会员服务(会员、账户、银行等) 8192
|
|
||||||
hzs-business-sale -- 销售服务(订单、商品、邮费、仓库进销存等) 8193
|
|
||||||
|
|
||||||
### hzs-common(基础公用组件)
|
|
||||||
hzs-common-core -- 核心公用组件、缓存操作等
|
|
||||||
hzs-common-domain -- 系统对应数据库实体以及扩展分类
|
|
||||||
hzs-common-security -- security用户鉴权依赖组件
|
|
||||||
|
|
||||||
### hzs-gateway(统一网关入口)
|
|
||||||
hzs-gateway -- 统一网关 8080
|
|
||||||
|
|
||||||
### hzs-third(三方服务)
|
### bd-third(三方服务)
|
||||||
hzs-third -- 三方服务(支付、短信、邮件、物流)以及MQ等异步接收消息处理 8082
|
bd-third -- 三方服务(支付、短信、邮件、物流)以及MQ等异步接收消息处理 8082
|
||||||
|
|
||||||
### hzs-applet(小程序服务)
|
|
||||||
hzs-applet -- 目前是生态科技仓小程序,后续有其它小程序可以根据业务进行添加合并 8083
|
|
||||||
|
|
||||||
### hzs-shop(店务服务)
|
|
||||||
hzs-shop -- 目前是店铺服务内容 8084
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -65,16 +47,3 @@
|
||||||
|
|
||||||
### 日志拦截处理
|
### 日志拦截处理
|
||||||
后台管理端controller层涉及到的操作方法,需要添加 @Log 注解,用于记录管理后操作日志
|
后台管理端controller层涉及到的操作方法,需要添加 @Log 注解,用于记录管理后操作日志
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 分支说明:
|
|
||||||
|
|
||||||
### 日志拦截处理
|
|
||||||
dev_inter分支: 为当前研发主分支,正常需求迭代以及非紧急BUG修改都提交到该分支,正常进行迭代开发。
|
|
||||||
|
|
||||||
### 日志拦截处理
|
|
||||||
pre分支:预上线(测试)分支,由 dev_inter 分支中提交内容提取合并而来,该分支进行测试并测试通过后进行上线。
|
|
||||||
|
|
||||||
### 日志拦截处理
|
|
||||||
release分支:线上分支,pre 分支上线稳定后,将 pre 分支合并到该分支,做为线上稳定分支。如果有加急BUG需要上线,从此分支拉取临时上线分支进行上线,上线成功后,合并回本分支。
|
|
||||||
|
|
|
@ -6,21 +6,21 @@
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api</artifactId>
|
<artifactId>bd-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>hzs-api-sale</artifactId>
|
<artifactId>bd-api-member</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
hzs-api-sale销售服务
|
bd-api-member会员服务
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api-system</artifactId>
|
<artifactId>bd-api-system</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
|
@ -6,20 +6,20 @@
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api</artifactId>
|
<artifactId>bd-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>hzs-api-report</artifactId>
|
<artifactId>bd-api-report</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
hzs-api-report报表服务
|
bd-api-report报表服务
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api-system</artifactId>
|
<artifactId>bd-api-system</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -6,21 +6,21 @@
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api</artifactId>
|
<artifactId>bd-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>hzs-api-bonus</artifactId>
|
<artifactId>bd-api-sale</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
hzs-api-bonus奖金服务
|
bd-api-sale销售服务
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api-system</artifactId>
|
<artifactId>bd-api-system</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
|
@ -6,25 +6,25 @@
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api</artifactId>
|
<artifactId>bd-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>hzs-api-scm</artifactId>
|
<artifactId>bd-api-scm</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
hzs-api-scm进销存服务
|
bd-api-scm进销存服务
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-api-system</artifactId>
|
<artifactId>bd-api-system</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bd</groupId>
|
<groupId>com.bd</groupId>
|
||||||
<artifactId>hzs-common-domain</artifactId>
|
<artifactId>bd-common-domain</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue