@6c1aa804] was not registered for synchronization because synchronization is not active
[06:47:36.917][DEBUG][o.m.s.t.SpringManagedTransaction][http-bio-8088-exec-10] JDBC Connection [jdbc:mysql://192.168.0.168:3306/mmall_learning?characterEncoding=utf8, UserName=mmall@192.168.0.9, MySQL-AB JDBC Driver] will not be managed by Spring
[06:47:36.917][DEBUG][com.mmall.dao.CategoryMapper.insert][http-bio-8088-exec-10] ==> Preparing: insert into mmall_category (id, parent_id, name, status, sort_order, create_time, update_time) values (?, ?, ?, ?, ?, now(), now())
[06:47:36.919][DEBUG][com.mmall.dao.CategoryMapper.insert][http-bio-8088-exec-10] ==> Parameters: null, 0(Integer), æ°å®¶ç¨çµå¨(String), true(Boolean), null
[06:47:36.928][DEBUG][com.mmall.dao.CategoryMapper.insert][http-bio-8088-exec-10] <== Updates: 1
----这是用restclient模拟get请求新增category时后台的日志显示什么 not be managed by spring,是不是这个引起的插入乱码