Monthly Archives: July 2019

SpringBoot can be used to send in various request inputs  to server. There are basically two means for this , one is you can send in request parameters to the Spring controller. The other is to send data in the Request body. Most of the time you will have to deal with sending JSON structures […]