mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 01:36:38 +08:00
refactor: Fixed the project name of the validation module
Change the project name of the validation module from "forgeboot-validation" to "forgeboot-webmvc-validation", to maintain consistency with other module naming and enhance the maintainability of the project.
This commit is contained in:
parent
e2cc447ae3
commit
3893d2ec38
@ -38,7 +38,7 @@ project(":forgeboot-webmvc:version").name = "forgeboot-webmvc-version-spring-boo
|
||||
project(":forgeboot-webmvc:logger").name = "forgeboot-webmvc-logger-spring-boot-starter"
|
||||
project(":forgeboot-webmvc:exception").name = "forgeboot-webmvc-exception-spring-boot-starter"
|
||||
project(":forgeboot-webmvc:dto").name = "forgeboot-webmvc-dto"
|
||||
project(":forgeboot-webmvc:validation").name = "forgeboot-validation"
|
||||
project(":forgeboot-webmvc:validation").name = "forgeboot-webmvc-validation"
|
||||
project(":forgeboot-webmvc:spec").name = "forgeboot-webmvc-spec"
|
||||
//endregion
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user