Hi, guys, i used spring @Autowired with code ``` ...
# announcements
i
Hi, guys, i used spring @Autowired with code
Copy code
@Autowired
    lateinit var metaService: MetaService
, but it always failed, the error message is
kotlin.UninitializedPropertyAccessException: lateinit property metaService has not been initialized
, how could i solve it?