I'm having some trouble with a relatively simple S...
# spring
a
I'm having some trouble with a relatively simple SpringBoot + Kotlin example. An Autowired var fails at runtime despite intellij properly detecting the dependency is fulfilled.
s
p
Maybe related to classes/functions open by hand (not by gradle plugin)? I was struggling once with something like class partially proxies by Spring because I forgot one
open
. Results were as if code in tears were accessing other property instance than I thought
Hard to describe, especially that it was nearly a year ago. The most important stuff: check your `open`s twicr or use
kotlin-allopen
Gradle plugin