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

12345678
  1. apply plugin: 'io.spring.convention.spring-sample-boot'
  2. dependencies {
  3. compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
  4. compile 'org.springframework.boot:spring-boot-starter-web'
  5. testCompile 'org.springframework.boot:spring-boot-starter-test'
  6. }