application.yml 270 B

123456789101112131415
  1. server:
  2. port: 9001
  3. spring:
  4. application:
  5. name: nacos-payment-provider
  6. cloud:
  7. nacos:
  8. discovery:
  9. server-addr: localhost:8848 #配置Nlacos她址
  10. #方便为了做监控处理
  11. management:
  12. endpoints:
  13. web:
  14. exposure:
  15. include: '*'