mybatis-plus debug级别打印sql日志

mybatis-plus:
  configuration:
    # 打印执行的SQL语句及返回的数据
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

你可能感兴趣的:(后台程序员,mybatis-plus)