Commit ad79210459922432c7b51b383cc29b9c9cbd7cda
1 parent
826838b4
方便排查问题强制打印 sql参数和 sql数据
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-server/src/main/resources/application.yaml
| @@ -67,7 +67,7 @@ flowable: | @@ -67,7 +67,7 @@ flowable: | ||
| 67 | mybatis-plus: | 67 | mybatis-plus: |
| 68 | configuration: | 68 | configuration: |
| 69 | map-underscore-to-camel-case: true # 虽然默认为 true ,但是还是显示去指定下。 | 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 | global-config: | 71 | global-config: |
| 72 | db-config: | 72 | db-config: |
| 73 | id-type: NONE # “智能”模式,基于 IdTypeEnvironmentPostProcessor + 数据源的类型,自动适配成 AUTO、INPUT 模式。 | 73 | id-type: NONE # “智能”模式,基于 IdTypeEnvironmentPostProcessor + 数据源的类型,自动适配成 AUTO、INPUT 模式。 |