server: port: 8020 # servlet: # context-path: ${context-path:/pms-ocp} spring: application: name: dashboard profiles: active: ${profiles-active:local} knife4j: enable: true mybatis-plus: global-config: #字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断" field-strategy: 0 mapper-locations: classpath:/mapper/*.xml configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 是否开启自动驼峰命名规则 map-underscore-to-camel-case: true #指定自定义 Handler 所在的包位置 type-handlers-package: com.nx.umms.common.handler logging: level: com.nx.umms.mapper: debug org.springframework: warn #system: # company_name: ${company_name:国网山东电力} # company_code: ${company_code:074001001} #beagle: # jwt: # secret-key: memDataSource # token-prefix: Bearer # app-id: 8a10843a6a535e33016b873f96b7002f # expire-time: 18000 # Swagger配置 swagger: # 是否开启swagger enabled: true