diff --git a/build.gradle b/build.gradle index 04c3831..483de16 100644 --- a/build.gradle +++ b/build.gradle @@ -32,6 +32,9 @@ dependencies { runtimeOnly 'com.h2database:h2' testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' + + // Spring docs + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0' } tasks.named('test') {