diff --git a/build.gradle b/build.gradle index 474c55c..06de5a6 100644 --- a/build.gradle +++ b/build.gradle @@ -19,6 +19,8 @@ repositories { } dependencies { + implementation 'org.springdoc:springdoc-openapi-ui:1.6.12' + implementation 'org.springdoc:springdoc-openapi-data-rest:1.6.12' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' @@ -35,6 +37,7 @@ dependencies { developmentOnly 'org.springframework.boot:spring-boot-devtools' annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' + annotationProcessor 'com.github.therapi:therapi-runtime-javadoc-scribe:0.15.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test'