New Function #63
Updated by Deca Park over 1 year ago
<p>1.All <strong>POST / PUT</strong> API</p> <p> 1) change parameter transfer method<br /> a) As-is</p> <ul style="margin-left: 40px;"> <ul> <li><strong>@RequestParam</strong></li> <li>@RequestParam</li> </ul> <p> b) To-be</p> <ul style="margin-left: 40px;"> <ul> <li><strong>@RequestBody (json format)</strong></li> </ul>