代码拉取完成,页面将自动刷新
plugins {
id 'java'
}
group 'com.weaver.qfengx'
version '1.0.0'
repositories {
maven { url 'https://maven.aliyun.com/repository/public/' }
mavenLocal()
mavenCentral()
}
java.targetCompatibility = JavaVersion.VERSION_1_8;
compileJava.options.encoding = "UTF-8"
dependencies {
// https://mvnrepository.com/artifact/cn.hutool/hutool-all
implementation group: 'cn.hutool', name: 'hutool-all', version: '5.7.13'
// https://mvnrepository.com/artifact/commons-lang/commons-lang
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
// https://mvnrepository.com/artifact/com.alibaba/easyexcel
implementation group: 'com.alibaba', name: 'easyexcel', version: '2.2.6'
implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.59'
implementation group: 'com.google.guava', name: 'guava', version: '28.2-jre'
implementation group: 'junit', name: 'junit', version: '4.12'
// https://mvnrepository.com/artifact/org.projectlombok/lombok
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.20'
annotationProcessor 'org.projectlombok:lombok:1.18.20'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
implementation group: 'com.squareup.okio', name: 'okio', version: '1.17.3'
implementation group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
implementation group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
implementation group: 'com.sun.mail', name: 'javax.mail', version: '1.6.2'
implementation group: 'com.microsoft.ews-java-api', name: 'ews-java-api', version: '2.0'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.15'
implementation group: 'org.apache.cxf', name: 'cxf-core', version: '3.5.3'
// 添加本地依赖
def ECOLOGY_HOME = '/home/qfengx/workspace/Ecology/ecology-master/ecology'
def includeType = ['**/*.jar', '**/*.class']
compile fileTree(dir: ECOLOGY_HOME + '/WEB-INF/lib', includes: includeType)
compile fileTree(dir: ECOLOGY_HOME + '/DevLib', includes: includeType)
compile files(ECOLOGY_HOME + "/classbean")
tasks.withType(Jar) {
destinationDir = file(ECOLOGY_HOME + "/DevLib/") //$rootDir 取项目的顶级目录
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。