加部署流程

This commit is contained in:
tonglin 2022-12-21 11:03:18 +08:00
parent 4657928f6f
commit f1ab962be6
2 changed files with 9 additions and 2 deletions

View File

@ -6,8 +6,15 @@ SoftBot基于Gitlink平台的机器人服务旨在与为用户提供创建软
Spring Boot 2.4.4、Mysql 5.7+、Mybatis-plus、~~ElasticSearch 7.15.2~~
2.部署流程:
2.1 创建库表 数据库使用mysql 8.0
建表语句在resource/sql
2.业务模块
2.2 安装java 环境 jdk 1.8
2.3 将系统通过maven指令 mvn package 将系统打包成jar包使用java -jar jar包名字启动服务 启动后端口为8080
3.业务模块:
1用户模块
用户模块主要功能有用户创建Bot、编辑Bot信息、安装Bot、删除Bot、上市Bot、转让Bot等

View File

@ -1,5 +1,5 @@
server:
port: 1000
port: 8080
es-url:
127.0.0.1:9200
spring: