代码拉取完成,页面将自动刷新
buildscript {
ext {
springBootVersion = '2.6.13'
}
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
plugins {
id 'org.springframework.boot' version '2.6.13'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
id 'java'
}
group = 'com.talent'
version = '0.1.1'
sourceCompatibility = '1.8'
configurations {
compileOnly {
extendsFrom annotationProcessor
}
all*.exclude group: 'ch.qos.logback', module: 'logback-classic'
all*.exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-log4j2'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'com.thoughtworks.xstream:xstream:1.4.4'
implementation 'org.slf4j:slf4j-api'
implementation 'org.projectlombok:lombok'
implementation 'cn.hutool:hutool-all:5.8.12'
implementation 'org.apache.commons:commons-lang3'
// https://mvnrepository.com/artifact/com.google.guava/guava
implementation group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
implementation 'com.github.plexpt:chatgpt:4.1.2'
implementation 'org.dom4j:dom4j:2.1.1'
implementation 'com.thoughtworks.xstream:xstream:1.4.4'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。