diff --git a/base-server/src/main/resources/application-dev.yml b/base-server/src/main/resources/application-dev.yml index 9a9d579..38ea26d 100644 --- a/base-server/src/main/resources/application-dev.yml +++ b/base-server/src/main/resources/application-dev.yml @@ -105,3 +105,41 @@ justauth: prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE:: timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟 +erp: + address: hana-dev.yncic.com + sapsys: ZTDEV203 + +eplat: + share: + #ePlat共享服务请求地址前缀 + urlPrex: http://10.1.7.110 + #ePlat分配的clientId + clientId: ztjgj5gsJ2uU20900h9j + #ePlat分配的密钥 + clientSecret: DC82AD38EA764719B6DC7D71AAB4856C + +seata: + enabled: true + application-id: base-server + tx-service-group: dev_tx_group + enable-auto-data-source-proxy: true + data-source-proxy-mode: AT + registry: + type: file + config: + type: file + service: + vgroupMapping: + default_tx_group: default + dev_tx_group: default + test_tx_group: default + prod_tx_group: default + default: + grouplist: 172.16.46.63:30088 + client: + tm: + defaultGlobalTransactionTimeout: 60000 + undo: + logTable: undo_log + dataValidation: true + logSerialization: jackson \ No newline at end of file diff --git a/base-server/src/main/resources/application-local.yml b/base-server/src/main/resources/application-local.yml index 3035e5d..34a2edc 100644 --- a/base-server/src/main/resources/application-local.yml +++ b/base-server/src/main/resources/application-local.yml @@ -95,3 +95,41 @@ zt: access-log: # 访问日志的配置项 enable: true +erp: + address: hana-dev.yncic.com + sapsys: ZTDEV203 + +eplat: + share: + #ePlat共享服务请求地址前缀 + urlPrex: http://10.1.7.110 + #ePlat分配的clientId + clientId: ztjgj5gsJ2uU20900h9j + #ePlat分配的密钥 + clientSecret: DC82AD38EA764719B6DC7D71AAB4856C + +seata: + enabled: true + application-id: base-server + tx-service-group: dev_tx_group + enable-auto-data-source-proxy: true + data-source-proxy-mode: AT + registry: + type: file + config: + type: file + service: + vgroupMapping: + default_tx_group: default + dev_tx_group: default + test_tx_group: default + prod_tx_group: default + default: + grouplist: 172.16.46.63:30088 + client: + tm: + defaultGlobalTransactionTimeout: 60000 + undo: + logTable: undo_log + dataValidation: true + logSerialization: jackson \ No newline at end of file