Commit ad79210459922432c7b51b383cc29b9c9cbd7cda

Authored by 颜惠青
1 parent 826838b4

方便排查问题强制打印 sql参数和 sql数据

urbanops-server/src/main/resources/application.yaml
... ... @@ -67,7 +67,7 @@ flowable:
67 67 mybatis-plus:
68 68 configuration:
69 69 map-underscore-to-camel-case: true # 虽然默认为 true ,但是还是显示去指定下。
70   - # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  70 + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
71 71 global-config:
72 72 db-config:
73 73 id-type: NONE # “智能”模式,基于 IdTypeEnvironmentPostProcessor + 数据源的类型,自动适配成 AUTO、INPUT 模式。
... ...