bjonnh
02/12/2019, 7:18 PM@Autowired
private var roleRepository: RoleRepository? = null
The application works properly, is there anything I can do about that?sdeleuze
02/12/2019, 7:51 PMbjonnh
02/12/2019, 8:04 PMbjonnh
02/12/2019, 8:04 PMbjonnh
02/12/2019, 8:30 PMienoobong
02/13/2019, 7:36 AM@Autowired
private lateinit var roleRepository: RoleRepository
You also get the added advantage of not having to use !!
bjonnh
02/13/2019, 4:06 PMbjonnh
02/13/2019, 4:06 PMienoobong
02/14/2019, 11:54 AM