1 Star 1 Fork 2

火星人 / spring-dynamic-params

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
火星人 提交于 2019-06-15 00:37 . 添加Gson多态转换
buildscript {
ext {
springBootVersion = '2.1.+'
}
repositories {
maven { url 'http://maven.aliyun.com/mvn/repository/' }
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
subprojects {
apply plugin: 'java'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
repositories {
maven { url 'http://maven.aliyun.com/mvn/repository/' }
maven { url 'https://artifactory.cronapp.io/public-release/' }
mavenCentral()
}
sourceCompatibility = 8
targetCompatibility = 8
dependencies {
testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile("org.junit.jupiter:junit-jupiter-api")
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/luws/spring-dynamic-params.git
git@gitee.com:luws/spring-dynamic-params.git
luws
spring-dynamic-params
spring-dynamic-params
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891