From 37c3ca2512f1519c4933c2e52ecc501daa50e422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=90=91=E5=AE=87?= Date: Mon, 14 Oct 2024 15:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- target/classes/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/classes/application.yml b/target/classes/application.yml index 37a0d80..722ad3a 100644 --- a/target/classes/application.yml +++ b/target/classes/application.yml @@ -3,9 +3,9 @@ server: spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/electronic_mall?serverTimezone=GMT%2b8&userSSL=false&allowPublicKeyRetrieval=true - username: root - password: 'root' + url: jdbc:mysql://139.196.201.231:3306/mall?serverTimezone=GMT%2b8&userSSL=false&allowPublicKeyRetrieval=true + username: "myuser" + password: 'Fzhang5.' servlet: multipart: max-file-size: 30MB