build.gradle 550 B

1234567891011121314
  1. dependencies {
  2. compile "$mybatisSpringBoot"
  3. compile "$pageHelperSpringBoot"
  4. compile 'org.springframework.boot:spring-boot-starter-data-redis'
  5. compile 'org.springframework:spring-web'
  6. compile 'org.apache.commons:commons-lang3'
  7. compile 'org.slf4j:slf4j-api'
  8. compile 'com.fasterxml.jackson.core:jackson-core'
  9. compile 'com.fasterxml.jackson.core:jackson-databind'
  10. compile "$alibabaThreadLocal"
  11. compile "$guava"
  12. compile 'org.apache.httpcomponents:httpclient'
  13. compileOnly 'javax.servlet:javax.servlet-api'
  14. }