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