feat: update web ui, docker make commands, and related docs/config
This commit is contained in:
@@ -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 连接、版本区间处理、日志抓取、用户过滤。
|
||||
|
||||
Reference in New Issue
Block a user