2021-08-08

This commit is contained in:
2021-08-08 20:15:27 +09:00
parent 2eef7786bd
commit 8ab9c4125b
26 changed files with 520 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ rootProject.name = "spring-boot-examples"
include(
"file-upload", "security", "security-with-jpa", "validation", "testing",
"mqtt", "websocket", "restful", "swing", "rest-doc",
"cache", "security-with-jwt", "exception"
"cache", "security-with-jwt", "exception", "i18n", "mvc"
)