Переглянути джерело

提交INSS调用接口实现

master
梁超 3 місяці тому
джерело
коміт
fa18dab9bf

+ 9
- 6
zhywpt-service-ats/src/main/resources/bootstrap.yml Переглянути файл

@@ -1,6 +1,6 @@
spring:
application:
name: sample
name: ats
mvc:
locale: zh_CN
messages:
@@ -13,14 +13,17 @@ spring:
discovery:
enabled: true
server-addr: 100.64.2.105:8848
namespace: guizhou-issuer
ip: 127.0.0.1
namespace: zhywpt-new-test
username: nacos
password: '!@#$%qwertASDFG'
# networkInterface: 以太网
config:
enabled: true
file-extension: yaml # 必须修改成yaml
server-addr: 100.64.2.105:8848
namespace: guizhou-issuer
namespace: zhywpt-new-test
username: nacos
password: '!@#$%qwertASDFG'
extension-configs:
- data-id: db-oracle.yaml
refresh: true
@@ -35,12 +38,12 @@ feign:
server:
port: 8086
servlet:
context-path: /sample/
context-path: /ats/

#应用相关配置
app:
nodeNum: 001
path: D:/devEnv/sample/ #工程的目录,#sso集成默认读取该目录下的oauth_client.properties
path: D:/devEnv/ats/ #工程的目录,#sso集成默认读取该目录下的oauth_client.properties
comm:
# 自定义服务地址map,key为服务名、value为服务地址。如果配置了服务地址,接口调用时请求到该地址,如果没配置,默认请求到gateway
serviceAddr:

Завантаження…
Відмінити
Зберегти