摘要: linux启动tomcat后,关闭ssh连接,tomcat进程停止 linux版本OpenSSH_8.3p1, OpenSSL 1.0.2k-fips 26 Jan 2017 老师给的建议是 ssh版本降级到7.4 太难了 没找到解决办法 最后找到下边文章 在sshd@service中加入 Kill 阅读全文
posted @ 2023-09-06 10:46 mcdullcode 阅读(115) 评论(0) 推荐(0)
摘要: springboot 中使用 @Value("${spring.redis.password}") 获取配置文件中参数时 ,如果配置文件中没有相关参数,项目启动时会报错 Caused by: java.lang.IllegalArgumentException: Could not resolve 阅读全文
posted @ 2023-03-14 10:23 mcdullcode 阅读(778) 评论(0) 推荐(0)
摘要: 增加redis分布式锁 开发环境没问题 测试环境报错 {"code":500,"message":"未知错误,请联系管理员!","result":"NOAUTH Authentication required.. channel: [id: 0xf797c42b, L:/172.17.251.224 阅读全文
posted @ 2023-03-14 10:17 mcdullcode 阅读(367) 评论(0) 推荐(0)
摘要: 问题发现:springboot进行单元测试时,出现一下报错 java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCach 阅读全文
posted @ 2022-06-09 22:22 mcdullcode 阅读(161) 评论(0) 推荐(0)