From f9bd54dd7d04929ec80f34419bcce690aad90522 Mon Sep 17 00:00:00 2001 From: yulin <240160934@qq.com> Date: Mon, 11 Mar 2024 11:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=89=93=E5=8C=85=E6=95=B0=E6=8D=AE=E5=BA=93=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mztb/src/main/resources/config/application-online.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mztb/src/main/resources/config/application-online.yaml b/mztb/src/main/resources/config/application-online.yaml index 7fefeb7..8e3deea 100644 --- a/mztb/src/main/resources/config/application-online.yaml +++ b/mztb/src/main/resources/config/application-online.yaml @@ -54,9 +54,9 @@ spring: datasource: # 生产 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.110.210:4418/mztb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false - username: root - password: Ncmz@2022_jjkj + url: jdbc:mysql://192.166.151.16:3306/mztb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false + username: jjdba + password: Jjkj@mz_20201201 servlet: multipart: max-file-size: 104857600000