Reputation:
Hello I have been working on struts2 since last 2 years, I am trying to switch from struts2 to SpringMVC. However, I am facing few Difficulties.
To solve these difficulties I want some demo Spring MVC project, Can anyone share their project with me, so that I can read the code understand the standard Spring structure.
PS: I know this is a very stupid question, you can downvote if you want but I am seriously frustrated.
Upvotes: 1
Views: 196
Reputation: 444
This GitHub repo is good to start and its works fine. [ I have also fork this repo.]
Upvotes: 1
Reputation: 52
The Spring Homepage usually has pretty good examples.
Heres a guide for Spring-MVC:
https://spring.io/guides/gs/serving-web-content/
Upvotes: 0