spring: profiles: active: pro jmx: enabled: true mybatis-plus: mapper-locations: classpath:mybatis/mapper/*/*.xml configuration: use-generated-keys: true use-column-label: true map-underscore-to-camel-case: false log-impl: org.apache.ibatis.logging.stdout.StdOutImpl pagehelper: helperDialect: mysql support-methods-arguments: false params: count=countsql offset-as-page-num: false row-bounds-with-count: false page-size-zero: true reasonable: false returnPageInfo: none auto-dialect: true auto-runtime-dialect: true