We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1c066 commit 4150aaeCopy full SHA for 4150aae
build.gradle
@@ -27,6 +27,8 @@ dependencies {
27
implementation 'org.springframework.cloud:spring-cloud-starter-oauth2:2.1.2.RELEASE'
28
implementation 'com.google.code.gson:gson'
29
compileOnly 'org.projectlombok:lombok'
30
+ testCompileOnly 'org.projectlombok:lombok'
31
+ testAnnotationProcessor 'org.projectlombok:lombok'
32
runtimeOnly 'com.h2database:h2'
33
runtimeOnly 'mysql:mysql-connector-java'
34
annotationProcessor 'org.projectlombok:lombok'
0 commit comments