bootstrap-dev.yml 193 B

1234567891011
  1. spring:
  2. application:
  3. name: dmp-rwd
  4. cloud:
  5. config:
  6. profile: dev2
  7. uri: http://192.168.64.18:9932
  8. eureka:
  9. client:
  10. fetch-registry: true
  11. register-with-eureka: false