Spring MVC @PathVariable Uses

Posted by Sumeet Arora
6
Jul 17, 2015
138 Views
Image

Sometimes we need to pass parameters along with the url to get the data. In Spring MVC framework, we can customize the URL in order to get data. For this purpose @PathVariable annotation is used in Spring framework.

For example you want to write a url to get user's details as below

http://localhost:8080/app/findMe/user@gmail.com

To view complete blog about Spring MVC @PathVariable Uses visit FindNerd.

You can read such more blogs on Java at our Java Development Blogs Section.

FindNerd provide a big platform to the people who are experienced in fields like Java, html, PHP, dotnet, digital marketing and various others. You can also post web, mobile and game development forums, blogs, tutorials. Besides, it will help the companies who are looking for fresh, experienced and dedicated employees to join hands with them as a freelancer. It has various tools in which one can post various projects.


In FindNerd we are offering instant solutions of your programming queries such as android, php, java, c programming questions and answers etc., on ask questions section.




Comments
avatar
Please sign in to add comment.