摘要: 使用springboot + mysql + vue实现前后端分离的用户查询功能: 1、mysql:创建test数据库 -> 创建user数据表 -> 创建模拟数据; 2、springboot: 配置mysql -> 使用mybatis操作mysql数据库 -> 接口开发; 3、vue:使用axios访问接口 -> user数据展示 ; 阅读全文
posted @ 2023-09-26 18:13 齐行超 阅读(2932) 评论(0) 推荐(1) 编辑