123456789101112 |
- apply from: BOOT_SAMPLE_GRADLE
- springBoot {
- mainClass = 'org.springframework.security.samples.InsecureApplication'
- }
- dependencies {
- compile "org.springframework.boot:spring-boot-starter-web:1.3.3.RELEASE",
- "org.springframework.boot:spring-boot-starter-thymeleaf:1.3.3.RELEASE"
- testCompile "org.springframework.boot:spring-boot-starter-test:1.3.3.RELEASE"
- }
|