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:
+1
-1
@@ -7,7 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.msksbr"
|
||||
version = "v0.1"
|
||||
version = "v0.1f"
|
||||
description = "bookMgr"
|
||||
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user