1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
cosin/server/README.md
Hai Liang Wang d1f44e85ee https://github.com/cskefu/cskefu/issues/751 add sample codes for server and sample plugin
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
2022-12-26 11:20:16 +08:00

15 lines
247 B
Markdown

# Server
## Scripts
```
./scripts/package.sh # package JAR
./scripts/deploy.sh # deploy JAR, POM into Chatopera Nexus Repo
```
## Serving API
```
./scripts/dev.sh # run JAR as standalone spring boot application, provide API with 8080
```