From 31bee122b4a42e6b32e5fe3801ce5398b84decf9 Mon Sep 17 00:00:00 2001 From: Nellie Date: Tue, 23 Jul 2024 02:51:51 +0900 Subject: [PATCH] Delete src/test/resources/application.properties --- src/test/resources/application.properties | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/test/resources/application.properties diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties deleted file mode 100644 index 7a647987..00000000 --- a/src/test/resources/application.properties +++ /dev/null @@ -1,16 +0,0 @@ -spring.application.name=server - - -# spring data source -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/kkijuk?characterEncoding=UTF-8&serverTimezone=Asia/Seoul -spring.datasource.username=root -spring.datasource.password=zheldelqlWkd29 - -# spring jpa -spring.jpa.database=mysql -spring.jpa.show-sql=true -spring.jpa.hibernate.ddl-auto=create -spring.jpa.properties.hibernate.format_sql=true - -commit.hash=local \ No newline at end of file