Join Slack
Powered by
How to run Ktor application from cmd?
# ktor
i
igor.wojda
01/11/2021, 10:23 AM
How to run Ktor application from cmd?
b
Big Chungus
01/11/2021, 10:32 AM
Buld a fat jar (you can use shadow jar gradle plugin) and then you can run it with
Copy code
java -jar build/libs/*-all.jar
👍 1
a
atsushi-koshikizawa
01/11/2021, 10:33 AM
https://ktor.io/docs/fatjar.html#fat-jar-gradle
👍 2
Open in Slack
Previous
Next