@Controller public class StudentController { @Autowired private StudentService studentService; public StudentController(){ System.out.println("StudentController invoke NoArgsConstructor"); } }