logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux系统安装redis后spring访问不到,保护模式‘CONFIG SET protected-mode no‘ 已解决

先粘一下错误信息org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce.core.RedisException: io.lettuce.core.RedisConnectionException: DENIED Redis is running in p

#redis#linux#spring
使用EasyExcel导出Excel时报错 Can not close IO 及EasyExcel.write()方法找不到,已解决

1.在使用EasyExcel导出Excel时遇到了两个问题,第一个就是网上用的很多的write()方法我写了报红,这个很简单是easyexcel的pom版本太低了,于是换了下面这个版本<dependency><groupId>com.alibaba</groupId><artifactId>easyexcel</artifactId>&l

#java
SpringBoot整合swagger遇到 No mapping for GET 异常

问题场景:SpringBoot项目集成swagger,原来的api是可以访问的,今天加了一个继承WebMvcConfigurationSupport的类之后出现异常No mapping found for HTTP request with URI [/xxx.html] in DispatcherServlet with name ‘dispatcherServletpublic class W

redisTemplate.opsForSet().remove()删除失败问题解决

场景:使用redisTemplate.opsForSet().remove()方法删除redis中set结构的某个或某几个values,接口使用@PathVariable List<String>传参,打断点看删除返回值是0思考1:RedisTemplate更换为StringRedisTemplate此前出现过几次redis的采坑事件,更换RedisTemplate的实现类String

#redis#java#数据库
到底了