Spring MVC Tutorials 33 - Web Services 03 ( First REST API using @ResponseBody )

Опубликовано: 14 Октябрь 2024
на канале: gontuseries
63,632
393

http://www.gontu.org
In this tutorial, we are going to learn how to develop a REST API using Spring MVC Framework provided @ResponseBody annotation. The REST API (also called as RESTful Web Service) is going to return the response in the JSON format by making use of Jackson jars.

(Download jackson-annotations-2.8.1.jar, jackson-core-2.8.1.jar, jackson-databind-2.8.1.jar from this location http://repo1.maven.org/maven2/com/fas... or find out Maven dependency using this link https://github.com/FasterXML/jackson-...)

http://www.gontu.org