The setting logImpl is not known

問題

org.apache.ibatis.builder.BuilderException: The setting logImpl is not known. Make sure you spelled it correctly (case sensitive).html

解決方法

MyBatis 3.1.1 -jar尚未 logImpl 這個設置,換成MyBatis 3.2.7 -jar解決。apache

<settings>要放在<enviroments>前面。具體順序參考: mybatis配置文件各元素順序要求mybatis

相關文章
相關標籤/搜索