Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 564 Bytes

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.

Doesn't seems like working project, not published in central

Not providing server integration

Notes

Ticket about such project in ktor: ktorio/ktor#154