2021-08-16

This commit is contained in:
2021-08-16 13:47:25 +09:00
parent 68ea844c69
commit 827351bdf5
22 changed files with 365 additions and 20 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", "i18n", "mvc"
"cache", "security-with-jwt", "exception", "i18n", "i18n-mustache","mvc"
)