spring: application: name: local-userw mvc: locale: zh_CN messages: basename: ValidationMessages_zh jpa: database-platform: org.hibernate.dialect.Oracle10gDialect open-in-view: false cloud: nacos: discovery: enabled: true server-addr: 100.64.2.105:8848 namespace: zhywpt-new-test username: nacos password: '!@#$%qwertASDFG' ip: 127.0.0.1 # networkInterface: 以太网 config: enabled: true file-extension: yaml # 必须修改成yaml server-addr: 100.64.2.105:8848 namespace: zhywpt-new-test username: nacos password: '!@#$%qwertASDFG' extension-configs: - data-id: db-oracle.yaml refresh: true - data-id: comm-client.yaml refresh: true - data-id: minio-client.yaml refresh: true server: port: 9083 servlet: context-path: /userw/ #应用相关配置 app: nodeNum: 001 path: D:/devEnv/sample/ #工程的目录,#sso集成默认读取该目录下的oauth_client.properties swagger: enable: true comm: # 自定义服务地址map,key为服务名、value为服务地址。如果配置了服务地址,接口调用时请求到该地址,如果没配置,默认请求到gateway serviceAddr: sample: http://127.0.0.1:8086 issues: http://127.0.0.1:9071