1 Star 0 Fork 1

克隆项目/spring-authorization-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steve Riesenberg 提交于 2024-04-17 17:08 . Merge branch '1.1.x' into 1.2.x
plugins {
id "io.spring.convention.root"
id "io.spring.security.release" version "1.0.3"
}
group = "org.springframework.security"
description = "Spring Authorization Server"
springRelease {
repositoryOwner = "spring-projects"
weekOfMonth = 3
dayOfWeek = 2
referenceDocUrl = "https://docs.spring.io/spring-authorization-server/reference/{version}/index.html"
apiDocUrl = "https://docs.spring.io/spring-authorization-server/docs/{version}/api/"
replaceSnapshotVersionInReferenceDocUrl = true
}
if (hasProperty("buildScan")) {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/clonex/spring-authorization-server.git
git@gitee.com:clonex/spring-authorization-server.git
clonex
spring-authorization-server
spring-authorization-server
main

搜索帮助