Springboot+Mybatis+Clickhouse+jsp 搭建单体应用项目(二)(添加日志打印和源码地址)


一、添加yaml设置

1 logging:
2   level:
3     com.mrliu.undertow.mapper : debug

二、添加pom的Hutool工具,完善日志打印处理

1 <dependency>
2             <groupId>cn.hutoolgroupId>
3             <artifactId>hutool-allartifactId>
4             <version>5.3.10version>
5 dependency>

三、源码地址
https://gitee.com/liuyangfirst/springboot-clickhouse.git