摘要:
使用mybatisplus 时使用Lambda 表达式做查询条件会遇到mybatis拿不到缓存问题: > 错误1:com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: can not find lambda cache for 阅读全文
摘要:
一.异常内容 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'methodSecurityMetadataSource' defined in cla 阅读全文
摘要:
1.前言 Spring MVC提供了 @RequestHeader注解,其作用是将请求头中的参数值映射到控制器的参数中。常用属性如下: name:header值被绑定到的参数名称(The name of the request header to bind to)。只有此属性时,可以省略name,简 阅读全文