1 Star 1 Fork 1

chenzhengjian/wx-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
陈正健 提交于 2023-07-13 17:37 . 1.aiya
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'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chenzhengjian/wx-chat.git
[email protected]:chenzhengjian/wx-chat.git
chenzhengjian
wx-chat
wx-chat
master

搜索帮助