From fb050c0dafa5363a73540dd9e52b78487e25ba0a Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期二, 09 四月 2024 17:32:46 +0800 Subject: [PATCH] fix:新增手动抬杆记录 --- src/main/resources/application.yml | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8d012e2..fd1c5ce 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,7 +5,7 @@ datasource: url: jdbc:mysql://localhost:3306/ffparknew?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8 username: root - password: rootroot + password: 2009Boying!@# driverClassName: com.mysql.cj.jdbc.Driver #杩炴帴姹� hikari: @@ -44,7 +44,7 @@ #椤圭洰閰嶇疆 ffpark: #鍥剧墖涓婁紶鍦板潃 - uploadPath: D:/project/img/ + uploadPath: D:/FFproject/img/ showImg: ticket/showImg?result= #鏈嶅姟绔痠p鍦板潃 ip: http://183.196.93.178:8088/ @@ -74,8 +74,15 @@ DIRECTMKOTEINVOICE: directmkoteinvoice #鑾峰彇鐢靛瓙绁ㄦ嵁鏂囦欢 GETEINVOICEBYBIZCODE: geteinvoicebybizcode - logPath: D:/project/log/ - filePath: D:/project/file/ + logPath: D:/FFproject/log/ + filePath: D:/FFproject/file/ + +#椤圭洰閰嶇疆 +ffzf: + ip: http://36.134.129.218:6060/ + loginIp: http://36.134.129.218:9999/auth/oauth/token + info: api/getInfo + getNumber: api/getNumber -- Gitblit v1.9.1