mybatis返回count(*)的整数值

1、mybatis文件中resultType定义为"java.lang.Integer"


2、接口文件中方法返回值写成int,即可接收到

int selectNums();


你可能感兴趣的:(mybatis,ssm,sql)