spring: application: name: eam-baseconfig profiles: active: dev main: allow-bean-definition-overriding: true allow-circular-references: true jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 default-property-inclusion: NON_NULL deserialization: FAIL_ON_UNKNOWN_PROPERTIES: false server: port: 8907 management: endpoints: web: exposure: include: 'loggers' mybatis: use-assist: true type-aliases-package: com.netpro.baseconfig,com.netpro.robot configuration: logImpl: org.apache.ibatis.logging.log4j2.Log4j2Impl #================License相关配置===============# license: #证书名称 subject: DCIM #证书所在的位置 licensePath: D://License//license.lic #================License相关配置===============#