2021-08-17

This commit is contained in:
2021-08-17 23:03:20 +09:00
parent 827351bdf5
commit a65d7f1fda
13 changed files with 232 additions and 1 deletions

View File

@@ -9,5 +9,6 @@ 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", "i18n-mustache","mvc"
"cache", "security-with-jwt", "exception", "i18n", "i18n-mustache","mvc",
"thymeleaf"
)