forked from Gitlink/soft_bot
加部署流程
This commit is contained in:
parent
4657928f6f
commit
f1ab962be6
|
@ -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等
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
server:
|
||||
port: 1000
|
||||
port: 8080
|
||||
es-url:
|
||||
127.0.0.1:9200
|
||||
spring:
|
||||
|
|
Loading…
Reference in New Issue