spring-tutorial

What does it do? Spring project with authentication to output name of some objects in BD.
For what I did it? It was created for me just to remember and understand some things.
Can you use it? If you want to use it just download it and create properties file in resources directory.
What does it have? Spring MVC, Hibernate(With MySQL), SpringSecurity

Some words about structure:
I don't know how it must be, but something like that, I think:
All controllers must be in there own files in one directory.
In DAO must be some easy function to work with DB and in Service must be business logic.
There must be interface of all DAOs and Services.