We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3483617 commit 4170f32Copy full SHA for 4170f32
build.gradle
@@ -32,19 +32,13 @@ dependencies {
32
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
33
implementation 'org.springframework.boot:spring-boot-starter-web'
34
35
- compileOnly "org.projectlombok:lombok"
36
- annotationProcessor "org.projectlombok:lombok"
37
developmentOnly 'org.springframework.boot:spring-boot-devtools'
38
runtimeOnly 'com.h2database:h2'
39
40
testImplementation('org.springframework.boot:spring-boot-starter-test')
41
testImplementation('org.junit.jupiter:junit-jupiter-api:5.7.2')
42
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.7.2')
43
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
44
-
45
46
47
48
}
49
50
test {
0 commit comments