还有控制台的部分信息:
2018-04-17 19:46:27.960 [main] DEBUG org.apache.ibatis.logging.LogFactory - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2018-04-17 19:46:28.048 [main] DEBUG org.apache.ibatis.io.VFS - Class not found: org.jboss.vfs.VFS
2018-04-17 19:46:28.048 [main] DEBUG org.apache.ibatis.io.JBoss6VFS - JBoss 6 VFS API is not available in this environment.
2018-04-17 19:46:28.048 [main] DEBUG org.apache.ibatis.io.VFS - Class not found: org.jboss.vfs.VirtualFile
2018-04-17 19:46:28.049 [main] DEBUG org.apache.ibatis.io.VFS - VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment.
2018-04-17 19:46:28.049 [main] DEBUG org.apache.ibatis.io.VFS - Using VFS adapter org.apache.ibatis.io.DefaultVFS
2018-04-17 19:46:28.050 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean - Scanned package: 'com.o2o.entity' for aliases
2018-04-17 19:46:28.090 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean - Parsed configuration file: 'class path resource [mybatis-config.xml]'
2018-04-17 19:46:28.166 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean - Parsed mapper file: 'file [C:\o2O\o2oV1\target\classes\mapper\AreaDao.xml]'
2018-04-17 19:46:28.188 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean - Parsed mapper file: 'file [C:\o2O\o2oV1\target\classes\mapper\ShopCategoryDao.xml]'
2018-04-17 19:46:28.225 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean - Parsed mapper file: 'file [C:\o2O\o2oV1\target\classes\mapper\ShopDao.xml]'
2018-04-17 19:46:28.440 [main] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession
2018-04-17 19:46:28.451 [main] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e005dc9] was not registered for synchronization because synchronization is not active
2018-04-17 19:46:28.495 [main] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e005dc9]