feat: update web ui, docker make commands, and related docs/config
This commit is contained in:
@@ -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`
|
||||
|
||||
## 使用步骤
|
||||
|
||||
|
||||
Reference in New Issue
Block a user