Hey, I have a surprise for you today :wink: <https...
# server
s
Hey, I have a surprise for you today 😉 https://twitter.com/sdeleuze/status/1005072964822487040
😮 4
🍻 1
👍 14
🥓 1
p
huh, I thought the DSLs would become part of regular Spring Boot?
s
It is not just about DSL, Spring Boot is currently using JavaConfig for its internals and convention, this is using functional bean definitions and explicit conf.
Also Spring Fu takes a more opinionated approach that use just a subset of Spring Framework.
p
I see
k
will the DSL be folded into Spring Boot as well? Seems like it'd make config simpler than JavaConfig (and more Kotlin idiomatic)
n
You mean the Kotlin DSL would make things Kotlinic (idiomatic Kotlin/the Kotlin way).
Under the impression this is Spring's answer to Vert.x and its approach to Kotlin support with APIs.