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
- Host: GitHub
- URL: https://github.com/ydj515/kotlin-springboot-sample
- Owner: ydj515
- Created: 2024-11-12T13:51:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-05T01:41:13.000Z (4 months ago)
- Last Synced: 2026-02-05T13:53:13.251Z (3 months ago)
- Topics: kotlin, springboot, springboot-sample
- Language: Kotlin
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```