Compare commits
3 Commits
master
...
voucher-gm
Author | SHA1 | Date |
---|---|---|
|
ade8b2c5cb | |
|
0243ae99eb | |
|
bf64f70a1a |
|
@ -0,0 +1,10 @@
|
||||||
|
package com.hzya.frame.voucher;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by zydd on 2025-04-17 16:26
|
||||||
|
*/
|
||||||
|
public class Test {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println(1);
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,23 +0,0 @@
|
||||||
#######################澳星环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: GBK
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: E:\yongansystem\log
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://127.0.0.1:3306/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: E:\yongansystem\file
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9081/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -1,42 +0,0 @@
|
||||||
#######################dev环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: warn
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /home/webservice/zt/log
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /home/webservice/zt/file
|
|
||||||
# path: D:\webservice\file
|
|
||||||
# pluginpath: D:\webservice\plugin
|
|
||||||
pluginpath: /home/webservice/zt/plugin
|
|
||||||
# tomcatpath: D:\apache-tomcat-9.0.69\webapps\kangarooDataCenter\WEB-INF\classes\
|
|
||||||
tomcatpath: /home/webservice/zt/tomcatV3/webapps/kangarooDataCenterV3/WEB-INF/classes/
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /Users/xiangerlin/Downloads/
|
|
||||||
OA:
|
|
||||||
data_source_code: yc_oa
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9082/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -0,0 +1,88 @@
|
||||||
|
#######################本地环境#######################
|
||||||
|
logging:
|
||||||
|
#日志级别 指定目录级别
|
||||||
|
level:
|
||||||
|
root: info
|
||||||
|
encodings: UTF-8
|
||||||
|
file:
|
||||||
|
# 日志保存路径
|
||||||
|
path: F:\01zjya\10Log\kangarooDataCenterV3\voucher-gm\log
|
||||||
|
spring:
|
||||||
|
datasource:
|
||||||
|
dynamic:
|
||||||
|
datasource:
|
||||||
|
master:
|
||||||
|
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=600000000&socketTimeout=600000000&autoReconnectForPools=true&keepAlive=true
|
||||||
|
username: root
|
||||||
|
password: 89c3c88d08a913294c52f4f4599c4507
|
||||||
|
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
||||||
|
savefile:
|
||||||
|
# 文件保存路径
|
||||||
|
path: /Users/liuyang/workspaces/hzya/kangarooDataCenterV3/file
|
||||||
|
pluginpath: xxx
|
||||||
|
tomcatpath: D:\server\apache-tomcat-9.0.91
|
||||||
|
zt:
|
||||||
|
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
||||||
|
cbs8:
|
||||||
|
appId: 1P4AGrpz
|
||||||
|
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
||||||
|
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
||||||
|
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
||||||
|
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
||||||
|
# 这个私钥到时候上传到cbs,和下面到是同一对
|
||||||
|
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
||||||
|
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
||||||
|
cbs_public_key: 0469146F06BF3B01236E84632441E826
|
||||||
|
#电子回单下载临时存放位置
|
||||||
|
elec_path: /Users/xiangerlin/Downloads/
|
||||||
|
OA:
|
||||||
|
data_source_code: yc_oa
|
||||||
|
|
||||||
|
#O测试
|
||||||
|
#letsofs:
|
||||||
|
# url: http://39.98.58.229/api/edi/u8c/ofs/in
|
||||||
|
# appKey: 1023142858
|
||||||
|
# secret: 382e4a2584027a36ac9431103
|
||||||
|
|
||||||
|
#O正式
|
||||||
|
letsofs:
|
||||||
|
url: http://39.98.168.188:30002/api/edi/u8c/ofs/in
|
||||||
|
appKey: 2097046829
|
||||||
|
secret: 35282f251476a3af4f00c7b36
|
||||||
|
|
||||||
|
#report
|
||||||
|
report:
|
||||||
|
templatesurl: /Users/liuyang/workspaces/hzya/kangarooDataCenterV3/service/src/main/resources/template/TOCTOB正向流程导出模版.xlsx
|
||||||
|
tempFile: /Users/liuyang/workspaces/hzya/tempfile
|
||||||
|
|
||||||
|
#钉钉
|
||||||
|
DING:
|
||||||
|
U8C_TEST_AGENTID: 3281181231
|
||||||
|
CorpId: dingc5b16c82b7f25e64acaaa37764f94726
|
||||||
|
APIToken: c5530fb4faed387593ee17f4e6bb748d
|
||||||
|
#钉钉回调
|
||||||
|
call_back_token: lets123456789lets
|
||||||
|
call_back_aes_key: MDlmYTY2ODUzMTliNDhmZjg3ZTViNzc3MzYyZWI4MWM
|
||||||
|
call_back_appkey: ding5qfifcktfqfjlem0
|
||||||
|
#Client ID (原 AppKey 和 SuiteKey)
|
||||||
|
APPKEY: ding5qfifcktfqfjlem0
|
||||||
|
#Client Secret (原 AppSecret 和 SuiteSecret)
|
||||||
|
AppSecret: BVuLOy_K0F8f5np69VuBeKdb1zfwqhuPsAV49lNbYVbx5TnfSTHjwEcad9Vwzfq1
|
||||||
|
#钉盘审批空间
|
||||||
|
SPACEID: 20852670637
|
||||||
|
#审批模板code
|
||||||
|
APPROVE_CODE:
|
||||||
|
#特殊业务处理(新)
|
||||||
|
SPECIAL_SERVICE_PROCESSING: PROC-AC33FC85-FB44-49FC-B926-1D966AE3BBD2
|
||||||
|
#采购付款申请(新)
|
||||||
|
PURCHASE_PAYMENT_REQUEST_NEW: PROC-EC6B5BD2-DE3C-456E-9591-6F7B377E39E4
|
||||||
|
#采购付款申请(店群专用)
|
||||||
|
PURCHASE_PAYMENT_REQUEST_SHOP: PROC-285CCF2B-524F-4055-BE62-FC31F490C654
|
||||||
|
#审批表单空间
|
||||||
|
APPROVE_FOLDER_SPACE:
|
||||||
|
#特殊业务处理(新)
|
||||||
|
SPECIAL_SERVICE_PROCESSING: 157791788097
|
||||||
|
#采购付款申请(新)
|
||||||
|
PURCHASE_PAYMENT_REQUEST_NEW: 157828688115
|
||||||
|
#采购付款申请(店群专用)
|
||||||
|
PURCHASE_PAYMENT_REQUEST_SHOP: 157828627012
|
|
@ -1,27 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: D:\yongansystem\kangarooDataCenter\v3\logs
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
# url: jdbc:mysql://ufidahz.com.cn:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
# username: root
|
|
||||||
# password: bd993088e8a7c3dc5f44441617f9b4bf
|
|
||||||
# driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: D:\yongansystem\kangarooDataCenter\v3\logs
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -1,82 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
spring:
|
|
||||||
data:
|
|
||||||
mongodb:
|
|
||||||
# host: 192.168.2.237
|
|
||||||
# port: 27017
|
|
||||||
# database: businesscenter
|
|
||||||
# auto-index-creation: true
|
|
||||||
# password: hzya1314
|
|
||||||
# username: hzya
|
|
||||||
flyway:
|
|
||||||
# 启动flyway migration, 默认为true
|
|
||||||
enabled: false
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
druid:
|
|
||||||
filters: stat,log4j2
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
# url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
# username: hzyazt
|
|
||||||
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
# type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
# url: jdbc:dm://hzya.ufyct.com:9040/businesscenter?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
|
|
||||||
# url: jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
# username: hzyazt
|
|
||||||
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
tomcatpath: /Users/apple/Desktop/log/local
|
|
||||||
pluginpath: /Users/apple/Desktop/log/local
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:10086/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /Users/xiangerlin/Downloads/
|
|
||||||
OA:
|
|
||||||
data_source_code: yc_oa
|
|
||||||
server:
|
|
||||||
port: 10086
|
|
||||||
|
|
||||||
# mysqldump -d mylm -hhzya.ufyct.com -p9096 -uroot -phzya1314 >%dirName%\table_view.sql
|
|
||||||
|
|
||||||
|
|
||||||
database:
|
|
||||||
databaseName: businesscenter
|
|
||||||
host: 192.168.2.237
|
|
||||||
port: 3306
|
|
||||||
username: root
|
|
||||||
password: hzya@1314
|
|
||||||
filePase: /Users/apple/Desktop/log
|
|
||||||
fileName: data.sql
|
|
||||||
#sftp:
|
|
||||||
# host: 192.168.2.237
|
|
||||||
# port: 9091
|
|
||||||
# username: cs237
|
|
||||||
# password: hzya@1314
|
|
||||||
# filePase: /databaseBack
|
|
|
@ -1,23 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/apple/Desktop/log/local
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -1,35 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/dev
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/file/dev
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826F3067A6B93BC3839C836A06007869CD351FBBE388B51F742859388BBC1DE089923AAFBC69E448F15141DDF30EE6CE90185
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /Users/xiangerlin/Downloads/
|
|
||||||
OA:
|
|
||||||
data_source_code: yc-test
|
|
|
@ -1,90 +0,0 @@
|
||||||
#logging:
|
|
||||||
# #日志级别 指定目录级别
|
|
||||||
# level:
|
|
||||||
# root: info
|
|
||||||
# encodings: UTF-8
|
|
||||||
# file:
|
|
||||||
# # 日志保存路径
|
|
||||||
# path: /zt/log
|
|
||||||
#spring:
|
|
||||||
# flyway:
|
|
||||||
# # 启动flyway migration, 默认为true
|
|
||||||
# enabled: false
|
|
||||||
# datasource:
|
|
||||||
# dynamic:
|
|
||||||
# druid:
|
|
||||||
# filters: stat,log4j2
|
|
||||||
# datasource:
|
|
||||||
# master:
|
|
||||||
# url: jdbc:dm://10.75.51.82:5238?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
# username: businesscenter
|
|
||||||
# password: 6842568689469adad597d144ee104063
|
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
#savefile:
|
|
||||||
# # 文件保存路径
|
|
||||||
# path: /zt/file
|
|
||||||
#公司mysql
|
|
||||||
#ax:
|
|
||||||
# url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
||||||
#logging:
|
|
||||||
# #日志级别 指定目录级别warn
|
|
||||||
# level:
|
|
||||||
# root: info
|
|
||||||
# encodings: UTF-8
|
|
||||||
# file:
|
|
||||||
# # 日志保存路径
|
|
||||||
# path: /home/webservice/zt/log
|
|
||||||
#spring:
|
|
||||||
# datasource:
|
|
||||||
# dynamic:
|
|
||||||
# datasource:
|
|
||||||
# master:
|
|
||||||
# url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
# username: root
|
|
||||||
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
# driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
#savefile:
|
|
||||||
# # 文件保存路径
|
|
||||||
# path: /home/webservice/zt/file
|
|
||||||
|
|
||||||
|
|
||||||
#公司服务器达梦
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /zt/log
|
|
||||||
spring:
|
|
||||||
flyway:
|
|
||||||
# 启动flyway migration, 默认为true
|
|
||||||
enabled: false
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
druid:
|
|
||||||
filters: stat,log4j2
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:dm://ufidahz.com.cn:9040?schema=businesscenter&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&compatibleMode=oracle
|
|
||||||
username: hzyazt
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: dm.jdbc.driver.DmDriver
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /zt/file
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /zt/elecfile
|
|
||||||
OA:
|
|
||||||
data_source_code: yc_oa
|
|
|
@ -1,21 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/ydc
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: bd993088e8a7c3dc5f44441617f9b4bf
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/ydc
|
|
|
@ -1,31 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/yuecheng
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: /Users/xiangerlin/work/app/logs/yuecheng
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826F3067A6B93BC3839C836A06007869CD351FBBE388B51F742859388BBC1DE089923AAFBC69E448F15141DDF30EE6CE90185
|
|
|
@ -1,23 +0,0 @@
|
||||||
#######################本地环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: E:\yongansystem\log
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: bd993088e8a7c3dc5f44441617f9b4bf
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: E:\yongansystem\log
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -1,39 +0,0 @@
|
||||||
#######################zqtlocal环境#######################
|
|
||||||
logging:
|
|
||||||
#日志级别 指定目录级别
|
|
||||||
level:
|
|
||||||
root: info
|
|
||||||
encodings: UTF-8
|
|
||||||
file:
|
|
||||||
# 日志保存路径
|
|
||||||
path: D:/local/logs/
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
dynamic:
|
|
||||||
datasource:
|
|
||||||
master:
|
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
|
||||||
username: root
|
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
||||||
savefile:
|
|
||||||
# 文件保存路径
|
|
||||||
path: D:/local/upload/
|
|
||||||
pluginpath : D:/local/plugin/
|
|
||||||
tomcatpath: E:\apache-tomcat-9.0.27\webapps\kangarooDataCenterV3\WEB-INF\classes\
|
|
||||||
cbs8:
|
|
||||||
appId: 1P4AGrpz
|
|
||||||
appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a
|
|
||||||
url: https://cbs8-openapi-reprd.csuat.cmburl.cn
|
|
||||||
# 测试用这个 这个是银行给的,和下面的公钥不是一对密钥
|
|
||||||
ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44
|
|
||||||
# 这个私钥到时候上传到cbs,和下面到是同一对
|
|
||||||
#ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46
|
|
||||||
ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde
|
|
||||||
cbs_public_key: 0469146F06BF3B01236E84632441E826
|
|
||||||
#电子回单下载临时存放位置
|
|
||||||
elec_path: /Users/xiangerlin/Downloads/
|
|
||||||
OA:
|
|
||||||
data_source_code: yc_oa
|
|
||||||
zt:
|
|
||||||
url: http://127.0.0.1:10086/kangarooDataCenterV3/entranceController/externalCallInterface
|
|
|
@ -36,7 +36,7 @@ spring:
|
||||||
# use-suffix-pattern: true
|
# use-suffix-pattern: true
|
||||||
profiles:
|
profiles:
|
||||||
# active: @profileActive@
|
# active: @profileActive@
|
||||||
active: @profile.active@
|
active: gmprod
|
||||||
# active: dev
|
# active: dev
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
|
|
Loading…
Reference in New Issue