hellman
03/18/2025, 5:33 PMembeddedServer(
Netty,
environment =
applicationEnvironment {
config = ApplicationConfig("application.conf")
},
module = Application::startApp,
)
.start(wait = true)
Any idea what I'm doing wrong?hellman
03/18/2025, 5:34 PMApplication::startApp
is called. I have a log statements there that gets printedAleksei Tirman [JB]
03/18/2025, 5:34 PMhellman
03/18/2025, 5:36 PM2025-03-18 18:35:35.857 [main] DEBUG io.ktor.server.Application - Java Home: /Users/hellman/.sdkman/candidates/java
2025-03-18 18:35:35.906 [main] INFO io.ktor.server.Application - Starting My App
2025-03-18 18:35:35.911 [main] INFO io.ktor.server.Application - Installing Koin
2025-03-18 18:35:35.921 [main] INFO [Koin] - Started 13 definitions in 1.375 ms
2025-03-18 18:35:35.929 [main] INFO io.ktor.server.Application - Installing JWT Authentication
2025-03-18 18:35:36.252 [main] INFO io.ktor.server.Application - JWK Provider created. 2025-03-18 18:35:36.266 [main] INFO io.ktor.server.Application - Application started in 0.513 seconds.
Aleksei Tirman [JB]
03/18/2025, 5:38 PMhellman
03/18/2025, 5:39 PMeyedol
03/18/2025, 5:48 PMhellman
03/18/2025, 6:26 PM