摘要:
因为工作原因,对博客的更新也变少了 这里会持续更新这篇博客,来提升自己对sql语句的编写 如果有可以优化的地方,请多多指出 废话就不多说了,这里直接上sql语句 175.组合两个表 select p.FirstName,p.LastName,a.City,a.State from person p 阅读全文
摘要:
项目结构 在service_edu模块中 controller接口地址为 @Api(description="讲师管理") @RestController @RequestMapping("/eduService/edu-teacher") @CrossOrigin public class Edu 阅读全文
摘要:
先定义一个vo @ApiModel(value = "Teacher查询对象",description = "讲师查询对象封装") @Data public class QueryTeacher implements Serializable { private static final long 阅读全文