This commit is contained in:
jinho jeong
2022-04-20 15:09:30 +09:00
parent 6c7952fbf0
commit 60eeb36acd
5 changed files with 51 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'