03:16:32.281 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-AdminTaskTimer] DEBUG com.mchange.v2.resourcepool.BasicResourcePool - Refurbishing idle resources - Sun Sep 29 03:16:32 CST 2019 [com.mchange.v2.resourcepool.BasicResourcePool@44cceaee] 03:16:32.281 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#0] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@8574266] on IDLE CHECK. 03:16:32.281 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#2] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@3fbc46ac] on IDLE CHECK. 03:16:32.281 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#1] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@2bdef838] on IDLE CHECK. 03:16:32.282 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#0] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Test of PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@8574266] on IDLE CHECK has SUCCEEDED. 03:16:32.282 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#1] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Test of PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@2bdef838] on IDLE CHECK has SUCCEEDED. 03:16:32.282 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#2] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Test of PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@3fbc46ac] on IDLE CHECK has SUCCEEDED. 03:16:32.282 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#0] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@6d165f36] on IDLE CHECK. 03:16:32.282 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#1] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@73dcd74b] on IDLE CHECK. 03:16:32.283 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-AdminTaskTimer] DEBUG com.mchange.v2.resourcepool.BasicResourcePool - Checking for expired resources - Sun Sep 29 03:16:32 CST 2019 [com.mchange.v2.resourcepool.BasicResourcePool@44cceaee] 03:16:32.284 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-AdminTaskTimer] DEBUG com.mchange.v2.resourcepool.BasicResourcePool - BEGIN check for expired resources. [com.mchange.v2.resourcepool.BasicResourcePool@44cceaee] 03:16:32.284 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#0] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Test of PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@6d165f36] on IDLE CHECK has SUCCEEDED. 03:16:32.284 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-AdminTaskTimer] DEBUG com.mchange.v2.resourcepool.BasicResourcePool - FINISHED check for expired resources. [com.mchange.v2.resourcepool.BasicResourcePool@44cceaee] 03:16:32.284 [C3P0PooledConnectionPoolManager[identityToken->1hge0yta5xnjgfbz7t7s7|4fdf9832]-HelperThread-#1] DEBUG com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool - Test of PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@73dcd74b] on IDLE CHECK has SUCCEEDED. 03:16:33.400 [http-apr-8081-exec-4] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 03:16:33.400 [http-apr-8081-exec-4] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f6566b7] was not registered for synchronization because synchronization is not active 03:16:33.401 [http-apr-8081-exec-4] DEBUG org.mybatis.spring.transaction.SpringManagedTransaction - JDBC Connection [com.mchange.v2.c3p0.impl.NewProxyConnection@259d0dc7 [wrapping: com.mysql.jdbc.JDBC4Connection@62000e36]] will not be managed by Spring 03:16:33.401 [http-apr-8081-exec-4] DEBUG org.imooc.dao.AdDao.selectByPage - ==> Preparing: select count(*) from(select id,title,img_file_name,link,weight from ad order by weight desc,id)t 03:16:33.402 [http-apr-8081-exec-4] DEBUG org.imooc.dao.AdDao.selectByPage - ==> Parameters: 03:16:33.406 [http-apr-8081-exec-4] DEBUG org.imooc.dao.AdDao.selectByPage - ==> Preparing: select id,title,img_file_name,link,weight from ad order by weight desc,id limit 0,5 03:16:33.407 [http-apr-8081-exec-4] DEBUG org.imooc.dao.AdDao.selectByPage - ==> Parameters: 03:16:33.409 [http-apr-8081-exec-4] DEBUG org.imooc.dao.AdDao.selectByPage - <== Total: 5 03:16:33.409 [http-apr-8081-exec-4] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f6566b7]
【毕设】SSM全面梳理,前后端分离,zTree 和复杂SQL打造权限系统,解惑MyBatis和RESTful
了解课程