bootstrap.yml 178 B

1234567891011
  1. spring:
  2. application:
  3. name: resource-service
  4. cloud:
  5. config:
  6. uri: http://127.0.0.1:8921
  7. label: master
  8. profile: ${profile:local}
  9. server:
  10. port: 8200