aaverin
03/15/2017, 12:49 PMaaverin
03/15/2017, 1:03 PMinconsistent stack height
aaverin
03/15/2017, 1:26 PMtjb
03/15/2017, 4:36 PM@link
not work in Spring Boot with Kotlin for class comments?sdeleuze
03/19/2017, 10:35 AMkotlin-spring
plugin + remove open
keyword, etc.) ?orangy
orangy
meos
03/20/2017, 8:30 AM@Bean
open fun userController(userService: UserService)
= UserController(userService)
This approach works in java, but on kotlin there is NPEmeos
03/20/2017, 8:30 AMmeos
03/20/2017, 8:40 AM@ComponentScan
annotation no successlex
03/20/2017, 8:50 AMlex
03/20/2017, 8:51 AM@Bean
open fun userController(userService: UserService?)
= UserController(userService)
lex
03/20/2017, 8:51 AMmeos
03/20/2017, 9:07 AMmeos
03/20/2017, 9:09 AMPasted image at 2017 03 20 12 09 PM▾
nfrankel
03/20/2017, 9:41 AMdh44t
03/20/2017, 9:41 AMnfrankel
03/20/2017, 9:42 AMmeos
03/20/2017, 10:32 AMCapture1▾
meos
03/20/2017, 10:32 AMCapture▾
nfrankel
03/20/2017, 10:34 AMnfrankel
03/20/2017, 10:34 AMmeos
03/20/2017, 10:36 AM@ComponentScan
with @Autowired lateinit var userService: UserService
, but kotlin.UninitializedPropertyAccessException
was thrownsdeleuze
03/20/2017, 10:44 AMmeos
03/20/2017, 10:47 AMmeos
03/20/2017, 3:28 PMСнимок▾
meos
03/20/2017, 3:38 PMsdeleuze
03/20/2017, 3:54 PMkotlin-spring
Gradle and Maven plugins?meos
03/20/2017, 4:07 PMgert.claeskens
03/25/2017, 12:25 PM