Spring MVC CRUD application using annotations

I wanted to learn how to use annotation in Spring MVCusing annotation. But, apparently, Spring MC Step By Step, complete with Spring 2.5 download release uses a specific controller hierarchy.

Hope someone can give me a good link where I could study the app with Spring mc app ..

+3
source share
1 answer

Check Spring 3 sample application repository .

For MVC see sample mvc-basic, for basic CRUD with MVC check petclinic.

Edit: documentation in loop example

+2
source

Source: https://habr.com/ru/post/1753631/


All Articles