build.gradle 732 B

1234567891011121314151617181920
  1. version '1.0'
  2. dependencies {
  3. implementation project(':feign')
  4. compileOnly 'org.projectlombok:lombok'
  5. annotationProcessor 'org.projectlombok:lombok'
  6. implementation 'xerces:xercesImpl:2.12.2'
  7. implementation 'org.apache.poi:poi-ooxml:5.2.3'
  8. implementation 'cn.hutool:hutool-poi:5.8.12'
  9. implementation 'cn.hutool:hutool-core:5.8.13'
  10. implementation 'com.taosdata.jdbc:taos-jdbcdriver:3.1.0'
  11. implementation 'com.alibaba:druid:1.2.16'
  12. implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.3.1'
  13. implementation 'cn.hutool:hutool-jwt:5.8.16'
  14. implementation 'org.springframework.boot:spring-boot-starter-web'
  15. implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
  16. }