From c8bafc01dd7298d11f441b35bbc30f6a70341604 Mon Sep 17 00:00:00 2001 From: ChaeyoonWoo Date: Thu, 22 Aug 2024 09:34:03 +0900 Subject: [PATCH] initial setting --- src/main/resources/application-db.properties | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/main/resources/application-db.properties diff --git a/src/main/resources/application-db.properties b/src/main/resources/application-db.properties deleted file mode 100644 index da1f6cb..0000000 --- a/src/main/resources/application-db.properties +++ /dev/null @@ -1,8 +0,0 @@ -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/demo?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true -spring.datasource.username=root -spring.datasource.password=dnwjddms7@^^ - -spring.jpa.hibernate.ddl-auto=none -spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl -spring.jwt.secret=vmfhaltmskdlstkfkdgodyroqkfwkdbalroqkfwkdbalaaaaaaaaaaaaaaaabbbbb \ No newline at end of file