Florian Hintermeier
Florian Hintermeier
We can confirm @takanoro's problem, even tried the approach to rename the kotlin main class accordingly DemoMain.kt ``` @file:JvmName("DemoMain") package at.demo import org.springframework.boot.runApplication fun main(args: Array) { runApplication(*args) } ```...
For the last couple of days, I also investigated many approaches for a similar setup, and many different approaches exist, but seem to be outdated with current versions of keycloak,...
If maintainers think this is a good idea, I would fork and work on that, happy to contribute.