更新readme

This commit is contained in:
wanjia 2024-09-29 17:03:53 +08:00
parent 650a716810
commit ebb6df163e
1 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,16 @@ Spring Boot 2.4.4、Mysql 5.7+、Mybatis-plus、~~ElasticSearch 7.15.2~~
2.3 将系统通过maven指令 mvn package 将系统打包成jar包使用java -jar jar包名字启动服务 启动后端口为8080
2.4 docker运行
```
# 复制配置文件
cp ./docker/.env.example ./docker/.env
# 填写配置文件
vim ./docker/.env
# 启动
../docker/start_docker_compose.sh
```
3.业务模块:
1用户模块