-
# ===== pom
org.springframework.boot
spring-boot-configuration-processor
true
org.jodconverter
jodconverter-core
4.2.0
org.jodconverter
jodconverter-l…
-
## MyBatis version
3.3.1
## Database vendor and version
mysql5.7
## Test case or example project
``` xml
select
from blocker a
left join punish_action punis…
-
http://localhost:8081/login.jsp
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Aug 17 16:08:38 CST 2018
There was an unexp…
-
问题描述:通用Mapper + PageHelper 无法查询出正确的结果
运行环境:SpringBoot 1.5.10 + MyBatis 3.4.5 + Mapper 3.5.2 + PageHelper 5.1.2 + Druid 1.1.7
问题复现:
1. BaseCodeMapper 继承自 BaseMapper
```java
@Mapper
public interfa…
-
复现步骤:
后端使用PageHelper进行分页,前端请求时,使用异步,即:第一个请求未完成的情况下,进行第二个请求,即使该请求链中不存在分页操作(PageHelper.start(0,0);),也会造成错误。
错误描述:
同一时间,存在多个请求时,多个请求的返回值会有互相混淆的错误。
例如:请求A的返回值为RA;请求B的返回值为RB;该错误会使得A的请求值有可…
-
spring boot 经过测试 在这里可以处理解决:https://github.com/alibaba/nacos/issues/326
spring cloud 就报错了。
配置版本:
1.spring boot :1.5.6.RELEASE
2.spring cloud :Dalston.SR5
3.nacos:
org.springfra…
-
spring zuul的配置:
zuul.routes.test-user-service.path = /test-user/**
zuul.routes.test-user-service.serviceId = test-user
spring cloud版本:Edgware.SR3
nacos-discovery版本:0.1.0.RELEASE
zuul 版本:1.4.4 我…
-
引入pagehelper starter
com.github.pagehelper
pagehelper-spring-boot-starter
1.2.4
自己定义的Interceptor如下
@Intercepts({ @Signature(type = Executor.class, method = "update", args = { Ma…
zgmgt updated
6 years ago
-
版本:1.2.41
问题描述:在springboot+mybatis中使用PageHelper插件,最后返回json数据的时候,没有正确解析出来PageInfo对象内的list对象
我的写法是这样的:
List detailList = (mybatis查询结果);
PageInfo pageInfo = new PageInfo(detailList)…
-
在Mybatis & Mapper & PageHelper 配置类 MybatisConfigurer 里面,29行有一个报错:
![qq 20170721115808](https://user-images.githubusercontent.com/4066180/28448634-037da706-6e0c-11e7-9e5b-95f5268435d8.png)
Could no…