使用 springboot(2.4.3) + mybatis
    Creating a new SqlSession
    SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c15a641] was not registered for synchronization because synchronization is not active
    JDBC Connection [HikariProxyConnection@1088424256 wrapping com.mysql.cj.jdbc.ConnectionImpl@68d9410f] will not be managed by Spring
    ==> Preparing: select * from address
    ==> Parameters:
    <== Columns: id, city, street, user_id
    <== Row: 1, 成都, 天府大道, 1
    <== Total: 1
    Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c15a641]