Mybatis-Plus 配置日志输出

107 阅读1分钟

在 application.properties 中添加

mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl

输出日志