From c7bd9a2dcdd0f05d25a5ab085420d9c7165fa7e6 Mon Sep 17 00:00:00 2001 From: beaniejoy Date: Wed, 22 Jun 2022 20:36:38 +0900 Subject: [PATCH] =?UTF-8?q?[#5]=20Refactor:=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B0=8F=20README=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 롬복 제거 - README 스펙 내용 추가 --- README.md | 9 +++++++-- build.gradle | 9 --------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 27afc00..393765b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # 동네 카페 전용 사이렌 오더 서비스 -- 스타벅스 사이렌 오더에 착안해 소규모 카페에도 적용해볼 수 있지 않을까해서 만든 프로젝트 -- 수많은 사용자들이 유입돼도 어떻게 하면 신뢰성있고 안정적인 서버를 구축할 수 있을지에 대한 고민 \ No newline at end of file +개인 프로젝트 + +## Specification +- java 17 +- kotlin 1.6.21 +- Spring Boot 2.7.0 +- MySQL diff --git a/build.gradle b/build.gradle index 2f5364a..65520a1 100644 --- a/build.gradle +++ b/build.gradle @@ -34,12 +34,6 @@ repositories { mavenCentral() } -configurations { - compileOnly { - extendsFrom annotationProcessor - } -} - allOpen { annotation("javax.persistence.Entity") annotation("javax.persistence.MappedSuperclass") @@ -57,9 +51,6 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' - compileOnly 'org.projectlombok:lombok' - annotationProcessor 'org.projectlombok:lombok' - // log4j2 // implementation 'org.springframework.boot:spring-boot-starter-log4j2' // testImplementation 'org.springframework.boot:spring-boot-starter-log4j2'