목록2024/08 (1)
yoursyun
To receive JSON with @RequestBody annotation, you must process Json.Stringfy.
To receive JSON with @RequestBody annotation, you must process Json.Stringfy.Create Javascript Objectvar jsonData = { name: "John", age: "19" }; To Json.Stringfyvar jsonData = { "name": "John", "age": "19" };
program/spring
2024. 8. 16. 13:43