From a77cc6d0eab55d0104b72dfd112878ea3e77576a Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 7 May 2025 14:57:16 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 18fc601..9d0a90f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,7 @@ spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect -spring.datasource.url=jdbc:mysql://localhost:3306/mysql?serverTimezone=Asia/Tokyo -spring.datasource.username=root -spring.datasource.password=Jaichbin119 +spring.datasource.url=jdbc:mysql://192.168.1.192:3306/mysql +spring.datasource.username=coder +spring.datasource.password=coder spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver \ No newline at end of file