后端实现步骤(java)
一、表示层(controller)
1、StudentController
返回结果
Result(vo)
二、业务层(service)
2、StudentService
3、StudentServiceImpl
三、持久层(mapper)
4、StudentMapper
四、启动(同级父类)
5、SpringBootDemoApplication
五、配置(resources.static)
application.yaml
application-test.yaml