spring: profiles: active: dev main: allow-bean-definition-overriding: true mvc: path match: matching-strategy: ANT_PATH_MATCHER mybatis-plus: mapper-locations: classpath*:mapper/*.xml configuration: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl call-setters-on-nulls: true server: port: 8097 servlet: context-path: /fu-hsi-server