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
代码贴出来
注释了就启动不了了,直接代码就报错了
在pom中,把mybatis的依赖注释了就可以了,因为当前还没有使用到,而使用mybatis是需要配置数据库相关信息的,比如驱动、用户名、密码、url等参数