1 Star 0 Fork 0

枫珏45 / gitstudy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
枫珏45 提交于 2024-03-12 16:50 . 1
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.3'
id 'io.spring.dependency-management' version '1.1.4'
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
java {
sourceCompatibility = '17'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
tasks.named('test') {
useJUnitPlatform()
}
Java
1
https://gitee.com/fengjue-45/gitstudy.git
git@gitee.com:fengjue-45/gitstudy.git
fengjue-45
gitstudy
gitstudy
master

搜索帮助