Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pddzl committed Sep 24, 2023
1 parent 8d95892 commit ae68a0d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@ go build -o server main.go (windows编译命令为go build -o server.exe main.go
./server (windows运行命令为 server.exe)
```

## swagger

```bash
cd server
swag init
```

`浏览`

```bash
http://localhost:8888/swagger/index.html
```

## 一键安装

Docker Compose 版本需要 V2
Expand Down Expand Up @@ -117,7 +130,7 @@ docker-compose -f docker-compose/docker-compose.yml up -d
</table>

## 致谢
+ 项目脚手架 [v3-admin-vite](https://github.com/un-pany/v3-admin-vite)
+ 项目前端脚手架 [v3-admin-vite](https://github.com/un-pany/v3-admin-vite)

## 📄 License

Expand Down

0 comments on commit ae68a0d

Please sign in to comment.