一、添加yaml设置
1 logging: 2 level: 3 com.mrliu.undertow.mapper : debug
二、添加pom的Hutool工具,完善日志打印处理
1 <dependency> 2 <groupId>cn.hutool</groupId> 3 <artifactId>hutool-all</artifactId> 4 <version>5.3.10</version> 5 </dependency>
三、源码地址
https://gitee.com/liuyangfirst/springboot-clickhouse.git