Add web application context to Jetty

后端 未结 2 1405
礼貌的吻别
礼貌的吻别 2020-12-16 07:39

I want to create simple Spring MVC \"Hello world\" application that runs under Jetty (wich is a part of application).

Structure of my application is:



        
2条回答
  •  太阳男子
    2020-12-16 08:15

    The application-context.xml file should be placed inside the WEB-INF directory.

提交回复
热议问题