We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef50b6d commit 3025d79Copy full SHA for 3025d79
build.gradle
@@ -33,6 +33,10 @@ dependencies {
33
annotationProcessor 'org.projectlombok:lombok'
34
testImplementation 'org.springframework.boot:spring-boot-starter-test'
35
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'
40
}
41
42
tasks.named('test') {
settings.gradle
@@ -1 +1 @@
1
-rootProject.name = 'file'
+rootProject.name = 'flow-file'
0 commit comments