代码拉取完成,页面将自动刷新
plugins {
id 'java'
id 'org.springframework.boot' version '3.0.3'
id 'io.spring.dependency-management' version '1.1.0'
// id 'org.graalvm.buildtools.native' version '0.9.18'
id("org.springdoc.openapi-gradle-plugin") version "1.6.0"
}
group = 'io.xxx'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '19'
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
repositories {
// maven {
// url 'https://maven.aliyun.com/repository/public/'
// }
maven {
url "https://mvn.getui.com/nexus/content/repositories/releases/"
}
mavenLocal()
mavenCentral()
}
ext {
set('springBootAdminVersion', "3.0.0")
}
dependencies {
implementation 'org.apache.curator:curator-recipes:5.4.0'
// implementation 'com.xuxueli:xxl-job-core:2.3.1'
// implementation 'com.aliyun.schedulerx:schedulerx2-spring-boot-starter:1.9.0'
implementation 'com.getui.push:restful-sdk:1.0.0.11'
implementation 'cn.jpush.api:jpush-client:3.6.6'
// implementation 'com.ibeetl:sql-springboot-starter:3.20.0-RELEASE'
implementation 'io.projectreactor:reactor-core:3.5.3'
// implementation 'org.drools:drools-ruleunits-engine:8.33.0.Final'
implementation 'com.imadcn.framework:idworker:1.5.0'
implementation 'joda-time:joda-time:2.12.2'
implementation 'org.apache.shardingsphere.elasticjob:elasticjob-lite-spring-boot-starter:3.0.2'
// implementation 'com.lmax:disruptor:4.0.0.RC1'
implementation 'commons-io:commons-io:2.11.0'
implementation 'com.alibaba:easyexcel:3.2.1'
implementation 'com.aliyun.oss:aliyun-sdk-oss:3.16.1'
implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.modelmapper:modelmapper:3.1.1'
implementation 'org.apache.pulsar:pulsar-client:2.11.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'
implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.3.1'
implementation 'org.redisson:redisson-spring-boot-starter:3.19.1'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'org.springframework.boot:spring-boot-starter-quartz'
// implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'de.codecentric:spring-boot-admin-starter-client'
// implementation 'org.apache.kafka:kafka-streams'
implementation 'org.flywaydb:flyway-core'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.0'
// implementation 'org.springframework.kafka:spring-kafka'
// implementation 'org.springframework.session:spring-session-data-redis'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
runtimeOnly 'org.postgresql:postgresql'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// testImplementation 'org.springframework.kafka:spring-kafka-test'
// testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'org.mockito:mockito-core'
}
dependencyManagement {
imports {
mavenBom "de.codecentric:spring-boot-admin-dependencies:${springBootAdminVersion}"
}
}
tasks.named('test') {
useJUnitPlatform()
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。