From 82f1b46af590c0102bacd3d73ecba83a860d956b Mon Sep 17 00:00:00 2001 From: sangjun <sangjun1389@ajou.ac.kr> Date: Mon, 17 Jul 2023 14:32:21 +0900 Subject: [PATCH] Set application-properties --- src/main/resources/application.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..6c4b2f7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,11 @@ +server.port = 8098 +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +spring.datasource.url=jdbc:mysql://210.107.196.163:#####/webdev?serverTimezone=UTC +spring.datasource.username=root +spring.datasource.password=sangjun1389 +spring.jpa.properties.hibernate.show_sql=true +spring.jpa.properties.hibernate.format_sql=true +logging.level.org.hibernate.type.descriptor.sql=trace +spring.jpa.hibernate.ddl-auto=update +spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect -- GitLab