代码拉取完成,页面将自动刷新
buildscript{
allprojects{
gradle.projectsEvaluated {
allprojects{
jar{ enabled = true}
}
}
}
}
plugins {
id 'org.springframework.boot' version '2.5.15'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
}
group 'com.ruoyi'
version '3.8.8'
allprojects{
repositories {
mavenLocal()
mavenCentral()
maven { url "https://maven.aliyun.com/nexus/content/groups/public"}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
bootJar {
enabled = true
}
}
subprojects {
apply plugin: 'java-library'
sourceCompatibility = targetJavaVersion
targetCompatibility = targetJavaVersion
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
ext {
druidVersion = '1.2.20'
bitwalkerVersion = '1.21'
swaggerVersion = '3.0.0'
kaptchaVersion = '2.3.3'
pagehelperBootVersion = '1.4.7'
fastjsonVersion = '2.0.43'
oshiVersion = '6.4.8'
commonsIoVersion = '2.13.0'
commonsCollectionsVersion = '3.2.2'
poiVersion = '4.1.2'
velocityVersion = '2.3'
jwtVersion = '0.9.1'
}
dependencies {
implementation "com.alibaba:druid-spring-boot-starter:${druidVersion}"
implementation "eu.bitwalker:UserAgentUtils:${bitwalkerVersion}"
implementation "com.github.pagehelper:pagehelper-spring-boot-starter:${pagehelperBootVersion}"
implementation "com.github.oshi:oshi-core:${oshiVersion}"
implementation ("io.springfox:springfox-boot-starter:${swaggerVersion}"){
exclude group: 'io.swagger', module: 'swagger-models'
}
implementation "commons-io:commons-io:${commonsIoVersion}"
implementation "org.apache.poi:poi-ooxml:${poiVersion}"
implementation "org.apache.velocity:velocity-engine-core:${velocityVersion}"
implementation "commons-collections:commons-collections:${commonsCollectionsVersion}"
implementation "com.alibaba.fastjson2:fastjson2:${fastjsonVersion}"
implementation "io.jsonwebtoken:jjwt:${jwtVersion}"
implementation ("pro.fessional:kaptcha:${kaptchaVersion}") {
exclude group: 'javax.servlet', module: 'servlet-api'
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。