From ba7d59dfa72a05696760c1edd472bcb341ab4bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Thu, 2 Nov 2023 13:48:57 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=84=9C=EB=B2=84?= =?UTF-8?q?=20=EC=9E=91=EC=97=85=EC=A4=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kcsc-back-end/build.gradle | 4 ++-- kcsc-back-end/src/main/resources/application-test.properties | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kcsc-back-end/build.gradle b/kcsc-back-end/build.gradle index f6fd3b4..2793ae5 100644 --- a/kcsc-back-end/build.gradle +++ b/kcsc-back-end/build.gradle @@ -41,9 +41,9 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.17' - implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.7.17' - implementation 'org.springframework.boot:spring-boot-starter-security:2.7.17' implementation 'org.springframework.boot:spring-boot-starter-web:2.7.17' + implementation 'org.springframework.boot:spring-boot-starter-security:2.7.17' + implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.7.17' developmentOnly 'org.springframework.boot:spring-boot-devtools:2.7.17' implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2' diff --git a/kcsc-back-end/src/main/resources/application-test.properties b/kcsc-back-end/src/main/resources/application-test.properties index 83cbd3f..bba6e19 100644 --- a/kcsc-back-end/src/main/resources/application-test.properties +++ b/kcsc-back-end/src/main/resources/application-test.properties @@ -1,4 +1,6 @@ +server.port=8088 + spring.devtools.livereload.enabled=false server.error.path=/errors