diff --git a/hw-modules/hw-jindie/kdwebapi.properties b/hw-modules/hw-jindie/kdwebapi.properties index 54a53de7..570f0843 100644 --- a/hw-modules/hw-jindie/kdwebapi.properties +++ b/hw-modules/hw-jindie/kdwebapi.properties @@ -5,7 +5,8 @@ #X-KDApi-LCID=2052 #X-KDApi-ServerUrl=https://apiexp.open.kingdee.com/k3cloud/ -# +# +# X-KDApi-AppID=262997_5Y0vSaDv0MpW7a9JT54CRa9G6gT7SOlt diff --git a/hw-modules/hw-jindie/src/main/resources/bootstrap.yml b/hw-modules/hw-jindie/src/main/resources/bootstrap.yml index a6ccdc58..adefba28 100644 --- a/hw-modules/hw-jindie/src/main/resources/bootstrap.yml +++ b/hw-modules/hw-jindie/src/main/resources/bootstrap.yml @@ -1,4 +1,4 @@ -# Tomcat +# 测试92服务器,Tomcat server: port: 7303 @@ -15,15 +15,110 @@ spring: discovery: # 服务注册地址 server-addr: 175.27.215.92:8848 - namespace: jyhb - group: DEFAULT_GROUP + namespace: jyhb100 + group: jyhb config: # 配置中心地址 server-addr: 175.27.215.92:8848 - namespace: jyhb - group: DEFAULT_GROUP + namespace: jyhb100 + group: jyhb # 配置文件格式 file-extension: yml # 共享配置 shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + + +## 92服务器,Tomcat +#server: +# port: 7303 +# +## Spring +#spring: +# application: +# # 应用名称 +# name: hw-jindie +# profiles: +# # 环境配置 +# active: prod +# cloud: +# nacos: +# discovery: +# # 服务注册地址 +# server-addr: 127.0.0.1:8848 +# namespace: jyhb +# group: DEFAULT_GROUP +# config: +# # 配置中心地址 +# server-addr: 127.0.0.1:8848 +# namespace: jyhb +# group: DEFAULT_GROUP +# # 配置文件格式 +# file-extension: yml +# # 共享配置 +# shared-configs: +# - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + + + +## 测试100正式服务器Tomcat +#server: +# port: 7303 +# +## Spring +#spring: +# application: +# # 应用名称 +# name: hw-jindie +# profiles: +# # 环境配置 +# active: dev +# cloud: +# nacos: +# discovery: +# # 服务注册地址 +# server-addr: 127.0.0.1:8848 +# namespace: jyhb100 +# group: xins +# config: +# # 配置中心地址 +# server-addr: 127.0.0.1:8848 +# namespace: jyhb100 +# group: xins +# # 配置文件格式 +# file-extension: yml +# # 共享配置 +# shared-configs: +# - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + + +## Tomcat正式服务器 +#server: +# port: 7303 +# +## Spring +#spring: +# application: +# # 应用名称 +# name: hw-jindie +# profiles: +# # 环境配置 +# active: dev +# cloud: +# nacos: +# discovery: +# # 服务注册地址 +# server-addr: 172.16.12.100:8848 +# namespace: jyhb +# group: jyhb +# config: +# # 配置中心地址 +# server-addr: 172.16.12.100:8848 +# namespace: jyhb +# group: jyhb +# # 配置文件格式 +# file-extension: yml +# # 共享配置 +# shared-configs: +# - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + diff --git a/kdwebapi.properties b/kdwebapi.properties index 54a53de7..272fd5a0 100644 --- a/kdwebapi.properties +++ b/kdwebapi.properties @@ -5,7 +5,7 @@ #X-KDApi-LCID=2052 #X-KDApi-ServerUrl=https://apiexp.open.kingdee.com/k3cloud/ -# +# X-KDApi-AppID=262997_5Y0vSaDv0MpW7a9JT54CRa9G6gT7SOlt