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