feat(common): add exception handling and response utilities

backend project initial!!!
This commit is contained in:
2025-11-26 20:24:16 +08:00
parent 531d99b3df
commit 3eb651e039
11 changed files with 291 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ dependencies {
// Test
testImplementation("org.springframework.boot:spring-boot-starter-test")
// jsr380
implementation("org.springframework.boot:spring-boot-starter-validation")
// 其他依赖…
implementation(project(":weblog-module-common"))
implementation(project(":weblog-module-admin"))