Project

General

Profile

New Function #63

Updated by Deca Park about 1 year ago

<p>1.All <strong>POST / PUT</strong> API</p> 

 <p>&nbsp; 1) change parameter transfer method<br /> 
 &nbsp; &nbsp; a) As-is</p> 

 <ul style="margin-left: 40px;"> <ul> 
	 <li><strong>@RequestParam</strong></li> <li>@RequestParam</li> 
 </ul> 

 <p>&nbsp; &nbsp;b) To-be</p> 

 <ul style="margin-left: 40px;"> <ul> 
	 <li><strong>@RequestBody (json format)</strong></li> 
 </ul> 

Back