基于架构设计的芜湖学生管理信息系统实现
2025-07-28 11:08
@RestController
public class StudentController {
@GetMapping("/students")
public List
return studentService.getAll();
}
}
本站知识库部分内容及素材来源于互联网,如有侵权,联系必删!
标签:学生管理
知识库
@RestController
public class StudentController {
@GetMapping("/students")
public List
return studentService.getAll();
}
}
本站知识库部分内容及素材来源于互联网,如有侵权,联系必删!