feat: update web ui, docker make commands, and related docs/config

This commit is contained in:
liumangmang
2026-04-09 11:56:19 +08:00
parent 51be434f2a
commit 4ac755a7fe
27 changed files with 2718 additions and 507 deletions

View File

@@ -6,11 +6,18 @@
## 启动
```bash
# Docker 一键启动(推荐)
make up
```
备用方式(本机 Java + Maven
```bash
mvn spring-boot:run -Dspring-boot.run.mainClass=com.svnlog.web.WebApplication
```
访问:`http://localhost:8080`
访问:`http://localhost:18088`
## 使用步骤