1
0
mirror of synced 2026-08-04 01:07:02 +00:00
Files
spring-security/samples/boot/insecure/spring-security-samples-boot-insecure.gradle
T
2017-11-08 09:04:50 -06:00

11 lines
310 B
Groovy

apply plugin: 'io.spring.convention.spring-sample-boot'
ext['thymeleaf.version'] = '3.0.9.RELEASE'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-web'
testCompile 'org.springframework.boot:spring-boot-starter-test'
}