Add AuthorizeReturnObject Sample

Closes gh-4
This commit is contained in:
Josh Cummings
2024-10-09 15:32:13 -06:00
parent e24b5b84db
commit 11f42986b0
31 changed files with 1084 additions and 73 deletions

View File

@@ -0,0 +1,8 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
}
}