1 Star 0 Fork 1.6K

椽笔者/SurveyKing

forked from SurveyKing/SurveyKing 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
plugins {
id 'org.springframework.boot' version '2.5.3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id "io.spring.javaformat" version "0.0.27"
}
repositories {
maven { url 'https://repo.spring.io/snapshot' }
mavenCentral()
}
allprojects {
group = 'cn.surveyking'
version = 'v0.1.0'
}
subprojects {
apply plugin: 'java'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'io.spring.javaformat'
ext{
}
dependencies {
implementation "org.mapstruct:mapstruct:1.4.2.Final"
compileOnly "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.2.0"
annotationProcessor "org.mapstruct:mapstruct-processor:1.4.2.Final"
annotationProcessor "org.projectlombok:lombok"
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.apache.commons:commons-lang3:3.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
}
repositories {
mavenCentral()
}
compileJava {
options.compilerArgs += [
'-Amapstruct.suppressGeneratorTimestamp=true',
'-Amapstruct.suppressGeneratorVersionInfoComment=true',
'-Amapstruct.verbose=true',
'-Amapstruct.defaultComponentModel=spring',
'-Amapstruct.unmappedTargetPolicy=IGNORE'
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhihestu/surveyking.git
git@gitee.com:zhihestu/surveyking.git
zhihestu
surveyking
SurveyKing
master

搜索帮助