diff --git a/build.gradle b/build.gradle index fbf7a87..addd84b 100644 --- a/build.gradle +++ b/build.gradle @@ -47,6 +47,8 @@ dependencies { //aws implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0' + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' + } tasks.named('test') {