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.
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
pawel.barszcz
07/14/2017, 10:07 PM
Hard to describe, especially that it was nearly a year ago. The most important stuff: check your `open`s twicr or use