Ver código fonte

配置文件更新

master
zouhantao 3 semanas atrás
pai
commit
4c389d0ed9
2 arquivos alterados com 16 adições e 0 exclusões
  1. 1
    0
      zhywpt-service-ats/build.gradle
  2. 15
    0
      zhywpt-service-ias/build.gradle

+ 1
- 0
zhywpt-service-ats/build.gradle Ver arquivo

@@ -24,6 +24,7 @@ dependencies {
implementation "org.apache.skywalking:apm-toolkit-logback-1.x:8.8.0"
// //MYSQL
// runtimeOnly 'mysql:mysql-connector-java'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis'
//ORACLE+库编码问题
runtimeOnly 'com.oracle.database.jdbc:ojdbc8:19.10.0.0'
runtimeOnly 'cn.easyproject:orai18n:12.1.0.2.0'

+ 15
- 0
zhywpt-service-ias/build.gradle Ver arquivo

@@ -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+库编码问题

Carregando…
Cancelar
Salvar