From a348defe54a534d094f2a1e7ed04bdc36a4de87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A4=80=ED=95=98?= <junha@gimjunhaui-MacBookAir.local> Date: Thu, 21 Jul 2022 16:02:08 +0900 Subject: [PATCH] maven bundled version --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index af9e6b4..be94106 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,9 +1,9 @@ server.port = 8080 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/webdev?serverTimezone=UTC +spring.datasource.url=jdbc:mysql://210.107.196.162:43188/webdev?serverTimezone=UTC spring.datasource.username=root -spring.datasource.password=junha0612 +spring.datasource.password=0810 spring.jpa.properties.hibernate.show_sql=true spring.jpa.properties.hibernate.format_sql=true -- GitLab