Skip to content

Commit 3025d79

Browse files
committed
config: 초기설정
1 parent ef50b6d commit 3025d79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ dependencies {
3333
annotationProcessor 'org.projectlombok:lombok'
3434
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3535
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
36+
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
37+
implementation 'org.springframework.boot:spring-boot-starter-validation'
38+
implementation 'org.mapstruct:mapstruct:1.5.5.Final'
39+
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final'
3640
}
3741

3842
tasks.named('test') {

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'file'
1+
rootProject.name = 'flow-file'

0 commit comments

Comments
 (0)