1234567891011121314151617181920 |
- version '1.0'
- dependencies {
- implementation project(':feign')
- compileOnly 'org.projectlombok:lombok'
- annotationProcessor 'org.projectlombok:lombok'
- implementation 'xerces:xercesImpl:2.12.2'
- implementation 'org.apache.poi:poi-ooxml:5.2.3'
- implementation 'cn.hutool:hutool-poi:5.8.12'
- implementation 'cn.hutool:hutool-core:5.8.13'
- implementation 'com.taosdata.jdbc:taos-jdbcdriver:3.1.0'
- implementation 'com.alibaba:druid:1.2.16'
- implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.3.1'
- implementation 'cn.hutool:hutool-jwt:5.8.16'
- implementation 'org.springframework.boot:spring-boot-starter-web'
- implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
- }
|