You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
726 B
Markdown

2 years ago
<div align=center>
<img alt="POMS" src="./docs/poms.png" />
</div>
2 years ago
<center>
<h1>POMS</h1>
</center>
2 years ago
<div align=center>
2 years ago
<img src="https://img.shields.io/badge/Java-17-red"/>
2 years ago
<img src="https://img.shields.io/badge/Spring Boot-2.7.6-lightBlue"/>
2 years ago
<img src="https://img.shields.io/badge/Vue-3-green"/>
<img src="https://img.shields.io/badge/ArcoDesign-blue"/>
2 years ago
</div>
2 years ago
## Step 1: pack server
2 years ago
2 years ago
```shell
2 years ago
cd server
gradle clean build
2 years ago
```
## Step 2: pack web
2 years ago
2 years ago
```shell
2 years ago
cd web
yarn build
2 years ago
```
## Step 3: run
2 years ago
2 years ago
```shell
2 years ago
docker compose up -d
```
2 years ago
---
You need to prepare MySQL yourself with files in plugin/mysql.
Using /ping to test whether the server started successfully.
**&copy; Huijie.Yao (huijie.yao@outlook.com)**