An open API service indexing awesome lists of open source software.

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

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