Autowired repository

Let's autowire the UserRepository using the @Autowired annotation. Here is the piece of code of this class:

@RestController
class UserController {

@Autowired
private lateinit var userRepository: UserRepository

----
----
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.133.54