Commit e399b3c5 by ddx

说明修改

parent 2c9a96f5
......@@ -4,13 +4,6 @@
比如tax-sys含有sign,token等模块,意味着一个模块含有【0,999】个常量值。第三个位服位,比如用户模块
含有用户服务,规则服务等,一个服务含有【0,99】个常量值。
# cloud结构
* **tax-service-center-registry** ##注册中心
* **tax-service-center-config** ##配置中心
* **tax-service-center-gateway** ## 网关
# 项目结构
* **tax-common** ##通用模块 10***
* **tax-mq** ##通用模块-mq服务 101**
......@@ -19,8 +12,9 @@
* **tax-user** ##用户模块 11*** http://localhost:10300/user
* **tax-token** ##token模块 12*** http://localhost:10300/token
* **tax-sign** ##签名模块 13*** http://localhost:10300/sign 提供签名,代理ip服务
* **tax-file** ##文件模块 14*** http://localhost:10300/files
* **tax-zone** ##地区模块 15*** http://localhost:10300/zone
* **tax-file** ##文件模块 14*** http://localhost:10300/file
* **tax-file-face** ##文件管理模块 15*** http://localhost:10300/file-face
* **tax-zone** ##地区模块 16*** http://localhost:10300/zone
# 开发流程
......@@ -28,23 +22,11 @@
2.使用common模块下Gen类生成mapper,service,serviceImpl
# 部署流程
* 配置eurekaServer的hosts为 eurekahost 127.0.0.1
* 配置zookeeper的hosts为 taxsys-zookeeper 127.0.0.1
* 如果模块服务和eureka不在一个机器 配置模块服务host 为 eurekahost {eurekaServer的IP}
* 启动顺序
1.tax-service-center-registry
2.tax-service-center-config
* 配置nacos
* 配置zookeeper
#脚本部署账号
autodeploy / Autodeploy2018!
#脚本发布
./auto_deploy.sh [ startserver | stopserver | startclient | stopclient | startall | stopall | force | status ]
[ start [sign-startup token-startup user-startup scan-startup taxfile-startup zone-startup tax-service-center-gateway tax-websocket-startup]
[ stop [sign-startup token-startup user-startup scan-startup taxfile-startup zone-startup tax-service-center-gateway tax-websocket-startup]]
[ update [sign-startup token-startup user-startup scan-startup taxfile-startup zone-startup tax-service-center-gateway tax-websocket-startup | clientall | serverall | registry | config ]
[ log [sign-startup token-startup user-startup scan-startup taxfile-startup zone-startup tax-service-center-gateway tax-websocket-startup]
#添加模块脚本修改
在clientList中增加
\ No newline at end of file
nohup java -Xms256m -Xmx256m -jar test/user-startup-2.2-SNAPSHOT.jar >./logs/user/info.log 2>&1 &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment