2021-08-07

This commit is contained in:
2021-08-07 11:30:31 +09:00
parent 7bb5ca68c1
commit 50f83e3fa0
36 changed files with 667 additions and 8 deletions

View File

@@ -6,5 +6,8 @@
*/
rootProject.name = "spring-boot-examples"
include("file-upload", "security", "security-with-jpa", "validation", "testing",
"mqtt", "websocket", "restful", "swing")
include(
"file-upload", "security", "security-with-jpa", "validation", "testing",
"mqtt", "websocket", "restful", "swing", "rest-doc",
"cache", "security-with-jwt"
)