easyui官方demo查看數(shù)據(jù)請求規(guī)則 http://www.jeasyui.com/tutorial/datagrid/datagrid2_...
pom.xml中導(dǎo)入mysql和mybatisplus相關(guān)jar包 在application.properties中配置mybatisplus ...
創(chuàng)建用戶接口 修改index.html http://localhost:8080/view/login[http://localhost:80...
創(chuàng)建實體類User 修改LoginController中l(wèi)ogin方法用User實體接收參數(shù) 修改index.html獲取用戶信息 修改Logi...
創(chuàng)建實體類和數(shù)據(jù)庫建立映射關(guān)系 建立Mapper接口用于訪問數(shù)據(jù)庫 在src/test/java下創(chuàng)建com.xbb.mybatisplus.t...
application.properties中加入如下配置 mybatisplus接口掃描及分頁插件配置
創(chuàng)建springboot項目名為mybatisplus_tutorial http://www.itdecent.cn/writer#/not...
創(chuàng)建UserMapper.xml關(guān)聯(lián)com.xbb.mybatisplus.tutorial.mapper.UserMapper 在UserMa...
cookie和session握手過程 session會話攔截器 攔截器配置 測試攔截器 http://127.0.0.1:8080/view/i...