bootstrap.yml 387 B

12345678910111213141516171819
  1. server:
  2. port: ${SERVER_PORT:8753}
  3. spring:
  4. application:
  5. name: order
  6. cloud:
  7. nacos:
  8. discovery:
  9. server-addr: ${REGISTER_HOST:192.168.99.100}:${REGISTER_PORT:8848}
  10. config:
  11. server-addr: ${REGISTER_HOST:192.168.99.100}:${REGISTER_PORT:8848}
  12. file-extension: yml
  13. feign:
  14. httpclient:
  15. enabled: false
  16. okhttp:
  17. enabled: true