From 252c1364fb4103b2ee58fa8745f621b24b4cb804 Mon Sep 17 00:00:00 2001 From: seungyeonnnnnni Date: Wed, 6 Sep 2023 17:18:01 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20spring-seb,=20lombok=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index 8a59268..0d0a254 100644 --- a/build.gradle +++ b/build.gradle @@ -21,6 +21,12 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter' testImplementation 'org.springframework.boot:spring-boot-starter-test' + implementation 'org.springframework.boot:spring-boot-starter-web' + compileOnly 'org.projectlombok:lombok' + annotationProcessor 'org.projectlombok:lombok' + + + } tasks.named('test') {