Add RESTful Notes Spring Hateoas sample

This commit is contained in:
Andy Wilkinson
2022-07-26 12:30:01 +01:00
parent 0ed0d74c7b
commit 58cf479ca1
35 changed files with 2460 additions and 0 deletions

View File

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