spring-security-samples-boot-insecure.gradle 309 B

12345678910
  1. apply plugin: 'io.spring.convention.spring-sample-boot'
  2. ext['thymeleaf.version']='3.0.14.RELEASE'
  3. dependencies {
  4. compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
  5. compile 'org.springframework.boot:spring-boot-starter-web'
  6. testCompile 'org.springframework.boot:spring-boot-starter-test'
  7. }