easyui官方demo查看数据请求规则 http://www.jeasyui.com/tutorial/datagrid/datagrid2_...
pom.xml中导入mysql和mybatisplus相关jar包 在application.properties中配置mybatisplus ...
创建用户接口 修改index.html http://localhost:8080/view/login[http://localhost:80...
创建实体类User 修改LoginController中login方法用User实体接收参数 修改index.html获取用户信息 修改Logi...
创建实体类和数据库建立映射关系 建立Mapper接口用于访问数据库 在src/test/java下创建com.xbb.mybatisplus.t...
application.properties中加入如下配置 mybatisplus接口扫描及分页插件配置
创建springboot项目名为mybatisplus_tutorial https://www.jianshu.com/writer#/not...
创建UserMapper.xml关联com.xbb.mybatisplus.tutorial.mapper.UserMapper 在UserMa...
cookie和session握手过程 session会话拦截器 拦截器配置 测试拦截器 http://127.0.0.1:8080/view/i...