一、连接数据库,引入result类以及vue、axios.js 二、按顺序编写mapper、service、controller以及html页面 这里只展出目录结构 此外我数据库表中的诗人表中表示名字的字段名为name,在HTML中修改过来了 三、在页面中输入localhost:8080/peot_findall.html能成功显示,并且点击按钮可以成功跳转到相应页面 1.localhost:8080/peot_findall.html 2.点击新增,跳转到localhost:8080/peot_insert.html 3.点击删除,跳出删除弹窗 4.点击修改,跳转到localhost:8080/peot_edit.html