opt:关闭日志打印
This commit is contained in:
@@ -35,7 +35,6 @@ public class RedissonUtils {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}catch (Exception ex){
|
}catch (Exception ex){
|
||||||
ex.printStackTrace();
|
|
||||||
throw ex;
|
throw ex;
|
||||||
}finally {
|
}finally {
|
||||||
if (isLock && lock.isHeldByCurrentThread()){
|
if (isLock && lock.isHeldByCurrentThread()){
|
||||||
|
|||||||
Reference in New Issue
Block a user