Skip to content

Ktor Server Playground Default Route #1183

Answered by dariuszkuc
sangeetds asked this question in Q&A
Discussion options

You must be logged in to vote

Hello 👋
The reason for the differences between Spring and Ktor server examples is that we publish a Spring specific auto-configuration library that handles some of the common logic whereas Ktor example relies on a generic server logic. So unfortunately yes, you have to manually provide the logic for any of the endpoints in your Ktor app (as seen in the example app).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@smyrick
Comment options

@sangeetds
Comment options

Answer selected by sangeetds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1181 on June 15, 2021 02:37.