Creating a Spring 4 MVC project with annotations and no xml files

后端 未结 4 1038
刺人心
刺人心 2021-02-06 19:22

I\'m new to Spring MVC and Hibernate. I\'m trying to start a project by following tutorials but I have been running into problems as my project structure is not consistent with

4条回答
  •  我在风中等你
    2021-02-06 19:52

    I know this doesn't answer your question fully, but hopefully the links will be useful.

    WebApplicationInitializer - A 100% code based approach to configuration

    as well as AnnotationConfigWebApplicationContext

    Also, if you have the time, reading the relevant sections of Spring's MVC chapter of their documentation is helpful.

提交回复
热议问题