spring-boot/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-.../build.gradle

13 lines
391 B
Groovy

plugins {
id "java"
}
description = "Spring Boot web FreeMarker smoke test"
dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-freemarker"))
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
}