From ee53e65d580631dde426943c6add73747fd07328 Mon Sep 17 00:00:00 2001 From: yxhwxn Date: Thu, 18 Jul 2024 02:33:18 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C?= =?UTF-8?q?=20dependency=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +-- src/main/resources/application.properties | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 src/main/resources/application.properties diff --git a/build.gradle b/build.gradle index e41ff55..03057f5 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,7 @@ repositories { dependencies { implementation 'javax.servlet:javax.servlet-api:4.0.1' - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2") - implementation("org.springframework.boot:spring-boot-starter-data-jpa") + implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springdoc:springdoc-openapi-ui:1.6.11' implementation 'org.springframework.boot:spring-boot-starter-validation' diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index 6fb83d3..0000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1 +0,0 @@ -spring.application.name=suppin