|
|
@@ -22,6 +22,21 @@ dependencies { |
|
|
|
implementation "org.apache.skywalking:apm-toolkit-trace:8.8.0" |
|
|
|
implementation "org.apache.skywalking:apm-toolkit-opentracing:8.8.0" |
|
|
|
implementation "org.apache.skywalking:apm-toolkit-logback-1.x:8.8.0" |
|
|
|
|
|
|
|
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis' |
|
|
|
implementation group: 'com.alibaba', name: 'fastjson', version: '2.0.4' |
|
|
|
implementation group: 'com.alibaba', name: 'easyexcel', version: '3.2.1' |
|
|
|
implementation 'io.minio:minio:8.4.1' |
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.3' |
|
|
|
implementation group: 'com.alipay.sdk', name: 'alipay-sdk-java', version: '4.39.79.ALL' |
|
|
|
implementation group: 'cn.jpush.api', name: 'jpush-client', version: '3.6.6' |
|
|
|
//定时器相关 |
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-quartz' |
|
|
|
implementation(group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0') { |
|
|
|
// exclude group: 'net.bytebuddy',module: 'byte-buddy' |
|
|
|
} |
|
|
|
implementation "com.github.xiaoymin:knife4j-spring-boot-starter:3.0.2" |
|
|
|
|
|
|
|
// //MYSQL |
|
|
|
// runtimeOnly 'mysql:mysql-connector-java' |
|
|
|
//ORACLE+库编码问题 |