2023年5月29日
摘要: ## yml中配置mybatis的日志输出信息 ```xml mybatis: # spring boot集成mybatis的方式打印sql configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl ``` ## mav 阅读全文
posted @ 2023-05-29 22:31 x-cuke 阅读(85) 评论(0) 推荐(0)