当使用SSM框架时,有时候会发生sqlSessionFactory异常。那么如何诊断问题发生在哪里? 启动时报错: 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.spri
1、问题: Error creating bean with name ‘sqlSessionFactory’ defined in class path resource 2、解决办法 错误原因: Maven依赖没有使用最新版的mybatisplus 在pom.xml中,添加依赖 <!-- https://mvnrepository.com/artifact/com.baomidou/