项目使用SptingBoot2.0,JDK8,一个简单的demo,只整合了tkMapper #使用说明 1、$git clone https://github.com/TianPuJun/tkMapper.git 2、使用ide工具打开 3、test类运行测试testSelect方法 返回一下结果则成功 ----- selectAll method test ------ User(id=1, name=red, age=18, email=[email protected]) User(id=2, name=yll, age=20, email=[email protected]) User(id=3, name=putty, age=22, email=[email protected]) User(id=4, name=ele, age=24, email=[email protected]) User(id=5, name=tom, age=26, email=[email protected])
#CSDN地址 https://blog.csdn.net/C1041067258/article/details/82662801