From be025707f3a8dff9268d3de5f03447127ac0dbc7 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 16 二月 2026 17:54:01 +0800
Subject: [PATCH] fix :修改文件上传路径
---
src/main/resources/application.yml | 39 +++++++++++++++++++++++++++++++--------
1 files changed, 31 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 8d012e2..e1c2f67 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -3,7 +3,7 @@
spring:
datasource:
- url: jdbc:mysql://localhost:3306/ffparknew?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
+ url: jdbc:mysql://localhost:3306/ffparknew?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
username: root
password: rootroot
driverClassName: com.mysql.cj.jdbc.Driver
@@ -17,7 +17,13 @@
max-lifetime: 1800000
connection-timeout: 30000
connection-test-query: SELECT 1
-
+security:
+ oauth2:
+ client:
+ ignore-urls:
+ - /webjars/**
+ - /v3/api-docs/**
+ - /doc.html
jpa:
database: mysql
show-sql: true
@@ -32,19 +38,19 @@
max-file-size: 50MB
max-request-size: 50MB
mybatis-plus:
- #configuration:
- #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ configuration:
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# slf4j鏃ュ織閰嶇疆
logging:
config: classpath:logback.xml
level:
- com.boying: warn
+ com.boying: debug
#椤圭洰閰嶇疆
ffpark:
#鍥剧墖涓婁紶鍦板潃
- uploadPath: D:/project/img/
+ uploadPath: D:/FFproject/img/
showImg: ticket/showImg?result=
#鏈嶅姟绔痠p鍦板潃
ip: http://183.196.93.178:8088/
@@ -74,8 +80,25 @@
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
+ #XTYHPAY: http://xiangniupaydev.xtbank.com:28085/ifsp-payweb/SOA/txnAccept
+ XTYHPAY: https://xiangniupay.xtbank.com/ifsp-payweb/SOA/txnAccept
+ #XTYHRESULT: http://39.96.92.240:8089/ffzf/api/getResult
+ XTYHRESULT: http://183.196.93.178:8089/ffzf/api/getResult
+ #XTYHMERID: 8202309110000001
+ XTYHMERID: 8202308300000015
+ XTYHMERNAME: 閭兏甯傚嘲宄扮熆鍖烘粡婧愬缓璁惧彂灞曟湁闄愬叕鍙�
+ XTYHAPPID: wx46e756aed958f895
+
--
Gitblit v1.9.1