Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tax-sys-nacos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caoxiaohong
tax-sys-nacos
Commits
e399b3c5
Commit
e399b3c5
authored
Dec 22, 2023
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
说明修改
parent
2c9a96f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
25 deletions
+7
-25
README.md
+7
-25
No files found.
README.md
View file @
e399b3c5
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment