[#5] Refactor: 설정 및 README 수정

- 롬복 제거
- README 스펙 내용 추가
This commit is contained in:
beaniejoy
2022-06-22 20:36:38 +09:00
parent 0bf99745d5
commit c7bd9a2dcd
2 changed files with 7 additions and 11 deletions

View File

@@ -1,4 +1,9 @@
# 동네 카페 전용 사이렌 오더 서비스
- 스타벅스 사이렌 오더에 착안해 소규모 카페에도 적용해볼 수 있지 않을까해서 만든 프로젝트
- 수많은 사용자들이 유입돼도 어떻게 하면 신뢰성있고 안정적인 서버를 구축할 수 있을지에 대한 고민
개인 프로젝트
## Specification
- java 17
- kotlin 1.6.21
- Spring Boot 2.7.0
- MySQL

View File

@@ -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'