server: port: 9200 spring: application: name: order-server profiles: active: dev include: tools logging: config: classpath:logback.xml # MyBatis-Flex mybatis-flex: configuration: map-underscore-to-camel-case: true cache-enabled: false call-setters-on-nulls: true jdbc-type-for-null: 'null' pagehelper: helper-dialect: mysql support-methods-arguments: true dubbo: consumer: check: false