作者:眾于-晴 | 来源:互联网 | 2023-10-15 09:34
思路:查询直接在mapper.xml映射文件中写死。如:select*frombase_regionwhereid#{value} 改为 select*frombase_reg
思路:查询直接在mapper.xml映射文件中写死。如:
select * from base_region where id = #{value} 改为 select * from base_region where id = 1
增删改直接在controller写死。
1.设置好application.yml配置文件的端口号Server:port:8765,检查数据库连接
2.启动application类的main函数
3.成功启动springboot,打开浏览器输入:http://localhost:端口号/类名前的@RequestMapping路径/对应方法的@RequestMapping
4.成功查询则返回如下页面: