add jpa module

This commit is contained in:
2024-02-28 16:39:48 +09:00
parent 32a7d91a1d
commit d2bb77ca33
17 changed files with 337 additions and 6 deletions

View File

@@ -10,5 +10,5 @@ include(
"file-upload", "security", "security-with-jpa", "validation", "testing",
"mqtt", "websocket", "restful", "swing", "rest-doc",
"cache", "security-with-jwt", "exception", "i18n", "i18n-mustache","mvc",
"thymeleaf", "interceptor"
"thymeleaf", "interceptor", "jpa"
)