Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

bootstrap.yml 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. spring:
  2. application:
  3. name: local-userw
  4. mvc:
  5. locale: zh_CN
  6. messages:
  7. basename: ValidationMessages_zh
  8. jpa:
  9. database-platform: org.hibernate.dialect.Oracle10gDialect
  10. open-in-view: false
  11. cloud:
  12. nacos:
  13. discovery:
  14. enabled: true
  15. server-addr: 100.64.2.105:8848
  16. namespace: zhywpt-new-test
  17. username: nacos
  18. password: '!@#$%qwertASDFG'
  19. ip: 127.0.0.1
  20. # networkInterface: 以太网
  21. config:
  22. enabled: true
  23. file-extension: yaml # 必须修改成yaml
  24. server-addr: 100.64.2.105:8848
  25. namespace: zhywpt-new-test
  26. username: nacos
  27. password: '!@#$%qwertASDFG'
  28. extension-configs:
  29. - data-id: db-oracle.yaml
  30. refresh: true
  31. - data-id: comm-client.yaml
  32. refresh: true
  33. - data-id: minio-client.yaml
  34. refresh: true
  35. server:
  36. port: 9083
  37. servlet:
  38. context-path: /userw/
  39. #应用相关配置
  40. app:
  41. nodeNum: 001
  42. path: D:/devEnv/sample/ #工程的目录,#sso集成默认读取该目录下的oauth_client.properties
  43. swagger:
  44. enable: true
  45. comm:
  46. # 自定义服务地址map,key为服务名、value为服务地址。如果配置了服务地址,接口调用时请求到该地址,如果没配置,默认请求到gateway
  47. serviceAddr:
  48. sample: http://127.0.0.1:8086
  49. issues: http://127.0.0.1:9071