feat(core): 新增 JSR 303 校验器自动配置(从 web 模块迁移)

1.从 web 模块移动 JSR 303 校验器自动配置到 core 模块
2.从 web 模块移动 MessageSourceUtils 到 core 模块
This commit is contained in:
2024-07-03 23:22:07 +08:00
parent d31d8d209a
commit 6809600858
6 changed files with 153 additions and 80 deletions

View File

@@ -1,3 +1,4 @@
top.continew.starter.core.autoconfigure.project.ProjectAutoConfiguration
top.continew.starter.core.autoconfigure.ValidatorAutoConfiguration
top.continew.starter.core.autoconfigure.threadpool.ThreadPoolAutoConfiguration
top.continew.starter.core.autoconfigure.threadpool.AsyncAutoConfiguration