user4436160
user4436160

Reputation:

Spring MVC Demo project

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

Answers (2)

Someone
Someone

Reputation: 444

This GitHub repo is good to start and its works fine. [ I have also fork this repo.]

Here is the Link

Upvotes: 1

Mike Lambert
Mike Lambert

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

Related Questions