feat: update web ui, docker make commands, and related docs/config
This commit is contained in:
@@ -17,6 +17,13 @@ Web 工作台将现有 CLI 能力封装为可视化页面与 REST API,支持
|
||||
|
||||
在仓库根目录执行:
|
||||
|
||||
```bash
|
||||
# Docker 一键启动(推荐)
|
||||
make up
|
||||
```
|
||||
|
||||
备用方式(本机 Java + Maven):
|
||||
|
||||
```bash
|
||||
mvn spring-boot:run -Dspring-boot.run.mainClass=com.svnlog.web.WebApplication
|
||||
```
|
||||
@@ -24,7 +31,7 @@ mvn spring-boot:run -Dspring-boot.run.mainClass=com.svnlog.web.WebApplication
|
||||
启动后访问:
|
||||
|
||||
```text
|
||||
http://localhost:8080
|
||||
http://localhost:18088
|
||||
```
|
||||
|
||||
## 页面说明
|
||||
|
||||
Reference in New Issue
Block a user