An open API service indexing awesome lists of open source software.

https://github.com/ydj515/kotlin-springboot-sample

kotlin-springboot-sample
https://github.com/ydj515/kotlin-springboot-sample

kotlin springboot springboot-sample

Last synced: about 2 months ago
JSON representation

kotlin-springboot-sample

Awesome Lists containing this project

README

          

# kotlin-springboot-sample

## Environment
- Java 17
- springboot 3.3.5
- jpa
- gradle

## Docker build
1. build
```shell
docker build --no-cache -t {app-name} .
```
2. run
```shell
docker run -p 8080:8080 {app-name}
```