You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e3f79a2] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1519173630 wrapping com.mysql.cj.jdbc.ConnectionImpl@633a2e99] will not be managed by Spring
==> Preparing: SELECT id, name, storage_key, type, enable, default_status, remark, creator, updater, date(create_time), date(update_time), del FROM storage WHERE del = 1 AND enable = 1
==> Parameters:
<== Total: 0
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e3f79a2]
The text was updated successfully, but these errors were encountered:
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e3f79a2] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1519173630 wrapping com.mysql.cj.jdbc.ConnectionImpl@633a2e99] will not be managed by Spring
==> Preparing: SELECT id, name, storage_key, type, enable, default_status, remark, creator, updater, date(create_time), date(update_time), del FROM storage WHERE del = 1 AND enable = 1
==> Parameters:
<== Total: 0
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e3f79a2]
The text was updated successfully, but these errors were encountered: