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

@@ -35,9 +35,13 @@
- 说明:当前 `src/test/java` 为空;新增测试时采用 Surefire 默认约定。
### 2.4 Run
- 运行 Web 工作台(推荐):
- 运行 Web 工作台(Docker推荐):
- `make up`
- `make status`
- `make down`
- 启动后访问:`http://localhost:18088`
- 运行 Web 工作台(本机 Java + Maven备用
- `mvn spring-boot:run -Dspring-boot.run.mainClass=com.svnlog.web.WebApplication`
- 启动后访问:`http://localhost:8080`
## 3. 代码结构与职责边界
- `SVNLogFetcher.java`SVN 连接、版本区间处理、日志抓取、用户过滤。