在线不卡日本ⅴ一区v二区_精品一区二区中文字幕_天堂v在线视频_亚洲五月天婷婷中文网站

  • <menu id="lky3g"></menu>
  • <style id="lky3g"></style>
    <pre id="lky3g"><tt id="lky3g"></tt></pre>

    查表的數(shù)據(jù)

    package com.atguigu.eduservice.controller;import com.atguigu.eduservice.entity.EduTeacher;import com.atguigu.eduservice.service.EduTeacherService;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RestController;import java.util.List;/** *

    * 講師 前端控制器 *

    * * @author testjava * @since 2022-06-23 */@RestController@RequestMapping(“/eduservice/teacher”)public class EduTeacherController { //把service注入 @Autowired private EduTeacherService teacherService;// 1 查詢講師表所有數(shù)據(jù) //rest風(fēng)格 @GetMapping(“findAll”) public List findAllTeacher(){ //調(diào)用service方法實現(xiàn)查詢所有的講師 List list = teacherService.list(null); return list; }}

    鄭重聲明:本文內(nèi)容及圖片均整理自互聯(lián)網(wǎng),不代表本站立場,版權(quán)歸原作者所有,如有侵權(quán)請聯(lián)系管理員(admin#wlmqw.com)刪除。
    上一篇 2022年6月27日 15:08
    下一篇 2022年6月27日 15:08

    相關(guān)推薦

    聯(lián)系我們

    聯(lián)系郵箱:admin#wlmqw.com
    工作時間:周一至周五,10:30-18:30,節(jié)假日休息