Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starichkov/kotlin-ktor-micro-service
https://github.com/starichkov/kotlin-ktor-micro-service
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/starichkov/kotlin-ktor-micro-service
- Owner: starichkov
- Created: 2022-05-08T11:55:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T11:12:05.000Z (3 months ago)
- Last Synced: 2024-08-25T12:22:51.619Z (3 months ago)
- Language: Kotlin
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin-ktor-micro-service
## Technical information
| Piece of tech | Version |
|---------------|---------|
| Kotlin | 2.0.20 |
| Ktor | 2.3.12 |
| Gradle | 8.10 |
| JVM | 21 |### Gradle
#### How to update Gradle Wrapper version
```shell
./gradlew wrapper --gradle-version 8.10
```