https://github.com/gnuton/kotlin-template
Stupid kotlin template
https://github.com/gnuton/kotlin-template
Last synced: 3 months ago
JSON representation
Stupid kotlin template
- Host: GitHub
- URL: https://github.com/gnuton/kotlin-template
- Owner: gnuton
- Created: 2018-12-27T22:24:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T10:14:27.000Z (over 6 years ago)
- Last Synced: 2025-01-16T18:05:19.615Z (5 months ago)
- Language: Kotlin
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/gnuton/kotlin-template)
# Stupid spring boot template
Kind of opinonated template using the following technologies
* Kotlin
* Gradle
* Spring boot## Build the fat jar
```bash
./gradlew build
```### Run the jar
```bash
./gradlew bootRun
```### Build docker container
```bash
docker build -t template
```### run docker container
```bash
docker run template
```