Error creating bean with name 'sqlSessionFactory' defined in class path resource [conf/applicationContext.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path r
该错误由创建数据库引起,需要检查数据库连接池。
jdbc:mysql://localhost:3306/springdb?useUnicode=true&characterEncoding=utf8
个人解决方案是将springdb改为mysql