会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JohnTesla
博客园
首页
新随笔
联系
订阅
管理
2020年3月15日
java.lang.String cannot be converted to org.slf4j.Marker
摘要: LOGGER.info("创建channelPool耗时{}ms:[{}:{}]", duation, socketAddress.getHostName(), socketAddress.getPort()); 上面这行代码,如果slf4j采用1.5.6,则会识别成这个方法: 如果slf4j采用1
阅读全文
posted @ 2020-03-15 21:27 JohnTesla
阅读(1613)
评论(0)
推荐(0)
编辑
The requested version 1.6.99 by your slf4j binding is not compatible with [1.5.5, 1.5.6]
摘要: slf4j的jar包版本不对,可以将pom文件中的jar包改为更高的版本,比如1.7.2
阅读全文
posted @ 2020-03-15 21:22 JohnTesla
阅读(1123)
评论(0)
推荐(0)
编辑
公告