EN
Lombok Spring @Autowired annotation in constructor
2 points
Quick solution:
xxxxxxxxxx
1
2
onConstructor = ( )) (
3
public class UserService {
4
// ...
5
}
Quick solution:
xxxxxxxxxx
onConstructor = ( )) (
public class UserService {
// ...
}