build.gradle 223 B

12345678910111213
  1. apply plugin: 'org.springframework.boot'
  2. dependencies {
  3. api 'org.springframework.boot:spring-boot-starter'
  4. api 'org.apache.commons:commons-lang3'
  5. api 'commons-io:commons-io'
  6. }
  7. bootJar {
  8. enabled = true
  9. }