mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
15 lines
247 B
Markdown
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
|
|
``` |