加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
paoyingshidai 提交于 2021-10-09 23:07 . 升级依赖
plugins {
id 'org.springframework.boot' version '2.5.5'
// id 'org.springframework.boot' version '2.6.0-SNAPSHOT'
// id 'org.springframework.boot' version '2.6.0-M3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'com.michael'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 11
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}
test {
useJUnitPlatform()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化