spring boot一些常见错误的解决
数据库连接问题:
报错信息:HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=32m2s204ms265µs299ns).
解决办法:链接
jedis连接问题:
报错信息:An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
接口中的错误是:Attempting to read from a broken connection
解决办法:链接