求大佬幫忙解答
Caused by: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'URL [file:/Users/lk/springbootChat/target/classes/mybatis-config.xml]'. Cause: java.lang.NullPointerException
Caused by: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'URL [file:/Users/lk/springbootChat/target/classes/mybatis-config.xml]'. Cause: java.lang.NullPointerException
2019-05-16
舉報
2019-07-30
代碼貼出來
2019-05-25
注釋了就啟動不了了,直接代碼就報錯了
2019-05-18
在pom中,把mybatis的依賴注釋了就可以了,因為當前還沒有使用到,而使用mybatis是需要配置數據庫相關信息的,比如驅動、用戶名、密碼、url等參數