Also, right now I'm trying to find equivalent feat...
# ktor
k
Also, right now I'm trying to find equivalent features from
spring-boot
for the use cases I care about. One thing I'm not seeing is the application configuration support for multiple environments. I.e.
application.yml
,
application-{env}.yml
where the environment specific file gets overlaid onto the base configuration.