From c6e0ac570d074f2084659cc3734cf60d2f751df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E6=BC=8F=E6=B4=9E?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=8C=E6=88=90?= <> Date: Wed, 18 Jun 2025 01:26:14 +0800 Subject: [PATCH] xzcv --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c305796..6b37c4d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -20,7 +20,7 @@ spring: #url: jdbc:mysql://192.168.3.24:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true #url: jdbc:mysql://192.168.1.24:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true #url: jdbc:mysql://47.242.184.139:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true - url: jdbc:postgresql://192.168.3.24:5432/postgres + url: jdbc:postgresql://192.168.3.26:5432/postgres driverClassName: org.postgresql.Driver #com.mysql.cj.jdbc.Driver com.mysql.jdbc.Driver username: postgres password: 452131wW @@ -44,6 +44,6 @@ spring: # 文件写入磁盘的阈值 file-size-threshold: 2KB # 最大文件大小 - max-file-size: 200MB + max-file-size: 20MB # 最大请求大小 - max-request-size: 215MB + max-request-size: 20MB