Amos的随笔

Java/Python/Go,软件测试等等

导航

2018年2月2日 #

Idea - generatorconfig.xml URI is not registered

摘要: 使用maven-generator来自动生成代码和xml文件时,配置generatorconfig.xml 会报错: generatorconfig.xml URI is not registered 解决方法:【针对Idea】 鼠标移动到红色警告处,弹出灯泡,点击Fetch resource即可。 阅读全文

posted @ 2018-02-02 15:10 AmosChen 阅读(20) 评论(0) 推荐(0)

Failed to load class "org.slf4j.impl.StaticLoggerBinder".

摘要: 原文出处 https://www.slf4j.org/codes.html#StaticLoggerBinder 翻译: 当org.slf4j.impl.StaticLoggerBinder类无法加载到内存中时,会报告此警告消息。 如果在类路径上找不到合适的SLF4J绑定,就会发生这种情况。 在类路 阅读全文

posted @ 2018-02-02 13:32 AmosChen 阅读(57) 评论(0) 推荐(0)