feat(config): add CORS configuration for development environment

- configure global CORS policy allowing all origins, headers, and methods
- register CorsFilter bean for cross-origin request handling
- bump version to v0.1f
This commit is contained in:
2026-05-24 20:37:41 +08:00
parent 87e31efa85
commit 9521edaa43
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
}
group = "com.msksbr"
version = "v0.1"
version = "v0.1f"
description = "bookMgr"
java {