Add Spring Data AOT Sample

Closes gh-317
This commit is contained in:
Josh Cummings
2024-09-10 16:28:10 -06:00
parent d18cde37b4
commit 56033d76f8
24 changed files with 1008 additions and 0 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" }
}
}