bootstrap.yml 422 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
server:
  port: 8096

spring:
  application:
    name: microservice-report
  main:
    sources:
  #    password: tennisRedis
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
  cloud:
    config:
      profile: dev
      uri: http://config:8777
        #discovery:
        #enabled: true
      #service-id: microservice-config-server



environment: common
info:
  version: 0.1