api.version: api/v1 spring: profiles: include: ${SPRING_PROFILES:dev} jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 # serialization: {WRITE_DATES_AS_TIMESTAMPS: true} messages: basename: message encoding: UTF-8 mvc: static-path-pattern: #eureka设置 eureka: client: service-url: defaultZone: http://root:root@${EUREKA_HOST:dev-discovery.steerinfo.com}:${EUREKA_PORT:80}/eureka/ instance: prefer-ip-address: true status-page-url: http://${spring.cloud.client.ip-address}:${server.port}/swagger-ui.html#/ instance-id: ${spring.cloud.client.ip-address}:${server.port} openfeign: ColumnDataFeign: url: ${COLUMNDATAFEIGN_URL:localhost:8083} AmsFeign: url: ${AMSFEIGN_URL:localhost:8099} BmsshipFeign: url: ${BMSSHIPFEIGN_URL:localhost:8078} BmstrainFeign: url: ${BMSTRAINFEIGN_URL:localhost:8077} BmstruckFeign: url: ${BMSTRUCKFEIGN_URL:localhost:8076} QmsTruckFeign: url: ${QMSTRUCKFEIGN_URL:localhost:8087} TmsTrainFeign: url: ${TMSTRAINFEIGN_URL:localhost:8086} TmsTruckFeign: url: ${TMSTRUCKFEIGN_URL:localhost:8088} TmsshipFeign: url: ${TMSSHIPFEIGN_URL:localhost:8090} WMSHFeign: url: ${WMSHFEIGN_URL:localhost:8084} WMSFeign: url: ${WMSFEIGN_URL:localhost:8093} OMSFeign: url: ${OMSFEIGN_URL:localhost:8095} genxml: pth: com/a cache: level: 2 redis: host: 10.10.50.28 port: 6379 pwd: 123456 project: prefix: sysmanage pool: maxTotal: 8 maxWaitMillis: 1000 maxIdle: 8 cache: time: 864000000 database: 0 mybatis: type-aliases-package: com.steerinfo.dil.model mapper-locations: classpath:com/steerinfo/dil/mapper/*.xml configuration: # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl mapUnderscoreToCamelCase: true call-setters-on-nulls: true server: port: 8080