大河

Results 3 comments of 大河

bboss版activiti 5.12最新动态: http://yin-bp.iteye.com/blog/2118513 从错误信息来看应该是bboss持久层的依赖包导致的问题,先已经补充完整bboss的包,并全部升级到最新版本,可以在以下目录找到: https://github.com/yin-bp/activiti-engine-5.12/tree/master/lib 请更新相关的jar包再试试,如果还不行,可在博文中留言: http://yin-bp.iteye.com/blog/2118513 或者qq联系:122054810

the good code is: ``` if(logger.isDebugEnabled()){ String msg = segmentIDs.getDataCount() + " segments of " + collectionName + " has been flushed"; logDebug(msg); } if(logger.isDebugEnabled()){ logDebug(requestParam.toString()); } ``` 构建调试日志信息之前,就调用isDebugEnabled进行控制,这样性能才佳