From a3d04a39f67e40d2cd6c2b001fbd5edbac14681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=8C=E1=85=B5=E1=86=AB=E1=84=89?= =?UTF-8?q?=E1=85=A5=E1=86=A8?= Date: Thu, 30 Jan 2020 18:57:34 +0900 Subject: [PATCH] application.properties --- src/main/resources/application.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..4aab95b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,9 @@ +spring.datasource.password=1111 +spring.datasource.username=root +spring.datasource.url=jdbc:mysql://localhost:3307/blog?serverTimezone=Asia/Seoul +spring.jpa.show-sql=true +spring.jpa.hibernate.ddl-auto=validate +spring.jpa.hibernate.use-new-id-generator-mappings=false +spring.jpa.properties.hibernate.format_sql=true +server.port=7070 \ No newline at end of file