diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 8b137891791fe96927ad78e64b0aad7bded08bdc..157ee75100e5a11aecba714882499b2ceb9033d7 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1 +1,19 @@
+server.port = 8098
 
+spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
+
+spring.datasource.url=jdbc:mysql://210.107.196.163:42498/webdev?serverTimezone=UTC
+
+spring.datasource.username=root
+
+spring.datasource.password=kjh77k
+
+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
\ No newline at end of file