This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
reghao
/
tnb0
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aucune description
6
Commits
1
Branches
0
Publications
Aborescence:
4a59139799
Branches
Tags
master
tnb0
HTTPS
SSH
ZIP
TAR.GZ
reghao
4a59139799
update gitignore
il y a 1 an
config
de3ef7c23b
update
il y a 1 an
db
de3ef7c23b
update
il y a 1 an
nginx
de3ef7c23b
update
il y a 1 an
.gitignore
4a59139799
update gitignore
il y a 1 an
README.md
de3ef7c23b
update
il y a 1 an
build.sh
de3ef7c23b
update
il y a 1 an
shutdown.sh
ba506879e1
add scripts
il y a 1 an
start.sh
de3ef7c23b
update
il y a 1 an
README.md
系统简介
构建依赖
os:Linux > Windows 尚未实践
jdk:11
maven:3.9
node:v16.19.0
npm:8.19.3
运行依赖
mysql:5.7
redis
rabbitmq
zookeeper:3.4
mongodb:4.4
构建部署
构建部署流程如下:
1.修改 config/application.yml 文件中第三方服务的地址和帐号密码等
2.修改 tnb0/db/init_db.sh 脚本中 MySQL 的地址和帐号密码, 然后在 tnb0/db 目录下执行 init_db.sh 脚本初始化数据库
3.在 tnb0 目录下执行 build.sh 脚本构建应用
4.构建成功后, 在 tnb0 目录下执行 start.sh 脚本启动应用
5.在 tnb0 目录下执行 shutdown.sh 脚本可停止应用
oss-store 应用