feat: update web ui, docker make commands, and related docs/config
This commit is contained in:
11
README.md
11
README.md
@@ -9,13 +9,22 @@ SVN 日志抓取与 AI 工作量分析工具,统一使用 Web 工作台入口
|
||||
## 常用命令
|
||||
|
||||
```bash
|
||||
# 一键启动(Docker)
|
||||
make up
|
||||
|
||||
# 查看状态
|
||||
make status
|
||||
|
||||
# 一键关闭
|
||||
make down
|
||||
|
||||
# 编译
|
||||
mvn clean compile
|
||||
|
||||
# 打包
|
||||
mvn clean package -DskipTests
|
||||
|
||||
# 启动 Web
|
||||
# 启动 Web(非 Docker 备用方式)
|
||||
mvn spring-boot:run -Dspring-boot.run.mainClass=com.svnlog.web.WebApplication
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user