POMS
## Step 1: pack server
```shell
cd server
gradle clean build
```
## Step 2: pack web
```shell
cd web
yarn build
```
## Step 3: run
```shell
docker compose up -d
```
---
You need to prepare MySQL yourself with files in plugin/mysql.
Using /ping to test whether the server started successfully.
**© Huijie.Yao (huijie.yao@outlook.com)**