摘要:
示例工程下载:https://files.cnblogs.com/files/heyang78/myBank_mybatis_oracle_junit_210905_1453.rar 在使用MyBatis的SpringBoot工程中,有时需要打印Mapper接口类诸函数访问DB时用到的SQL语句,如 阅读全文
posted @ 2020-04-29 15:08
逆火狂飙
阅读(1253)
评论(0)
推荐(0)
摘要:
代码下载:https://files.cnblogs.com/files/xiandedanteng/gatling20200429-3.zip 需求:在网页上提供上页下页首页尾页的链接并能实时分页 实现步骤: 1.实现分页的控制器 package com.ufo.gatling.ctrl; imp 阅读全文
posted @ 2020-04-29 14:34
逆火狂飙
阅读(125)
评论(0)
推荐(0)
摘要:
例程下载:https://files.cnblogs.com/files/xiandedanteng/gatling20200429-2.zip 需求:分页显示雇员信息,按id排序 实现步骤: 1.准备数据 先清空原有hy_emp表数据,再按下面SQL充值: insert into hy_emp s 阅读全文
posted @ 2020-04-29 11:31
逆火狂飙
阅读(162)
评论(0)
推荐(0)
摘要:
项目代码下载:https://files.cnblogs.com/files/xiandedanteng/gatling20200429-1.zip 需求:从后台DB取出雇员数据,显示在前台页面上: 实现步骤 1.添加thymeleaf依赖。看到thymeleaf你是否记起它出现在那首著名的斯卡波罗 阅读全文
posted @ 2020-04-29 10:28
逆火狂飙
阅读(137)
评论(0)
推荐(0)