代码拉取完成,页面将自动刷新
plugins {
id 'org.springframework.boot' version '2.3.9.RELEASE'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'com.justme'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
repositories {
mavenLocal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
mavenCentral()
jcenter()
}
ext {
set('openhtmltopdfVersion', "1.0.8")
set('beetlVersion', "3.3.2.RELEASE")
// set('springCloudVersion', "Hoxton.SR10")
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
// beetle
// https://mvnrepository.com/artifact/com.ibeetl/beetl
implementation "com.ibeetl:beetl:${beetlVersion}"
// openhtmltopdf
// ALWAYS required
implementation "com.openhtmltopdf:openhtmltopdf-core:${openhtmltopdfVersion}"
// Required for PDF output
implementation "com.openhtmltopdf:openhtmltopdf-pdfbox:${openhtmltopdfVersion}"
// Optional, leave out if you do not need right-to-left or bi-directional text support
// implementation "com.openhtmltopdf:openhtmltopdf-rtl-support:${openhtmltopdfVersion}"
}
//dependencyManagement {
// imports {
// mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
// }
//}
test {
useJUnitPlatform()
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。