可能有的项目不用mybatis配置文件,没有的话需要加上,在springboot配置文件当中指定mybatis配置文件路径。 mybatis: # 指定全局配置文件位置 config-location: classpath:mybatis-config.xml 1. 2. 3. <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config...
return mybatisPlusInterceptor; } 3、分页查询 Page page = Page.of(currentPage, pageSize); 报错信息 生成的count语句:Actual SQL: slave ::: SELECT COUNT() AS total FROM t_test WHERE data_status = ? ::: [1] mysql执行预发错误 Author ...