https://github.com/heapy/spring-boot-starter-ktor
Use ktor server and client with spring boot
https://github.com/heapy/spring-boot-starter-ktor
Last synced: 4 months ago
JSON representation
Use ktor server and client with spring boot
- Host: GitHub
- URL: https://github.com/heapy/spring-boot-starter-ktor
- Owner: Heapy
- License: apache-2.0
- Created: 2024-12-17T15:05:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T15:21:08.000Z (over 1 year ago)
- Last Synced: 2025-02-21T17:15:55.194Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-starter-ktor
Use ktor server and client with spring boot
## Existing solutions
### Setup ktor manually
Not great, because of no integration with Srping Boot. We're providing configuration of ktor server/client using standart Spring Boot way.
### https://github.com/kukume/ktor-spring-boot-starter
Doesn't seems like working project, not published in central
### https://github.com/sobelek/ktor-clients-spring-boot-starter
Not providing server integration
## Notes
Ticket about such project in ktor: https://github.com/ktorio/ktor/issues/154