contextConfigLocation
classpath:springmvc.xml
org.springframework.web.context.ContextLoaderListener
springmvc
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
classpath:springmvc.xml
1
springmvc
/
打开File->Project Struture设置,
选择带"exploded"后缀的,修改图中方框中的内容:
Name比较长,可以自行修改,不改也可以,本例改为gradlemvc
Output directory自动生成的路径有问题,去掉"exploded", 例如本例改为:F:\gradle_mvc\build\libs\gradle_mvc-1.0-SNAPSHOT.war。
配置Tomcat服务,打开Run/Debug Configuration, 点击左上角的加号,选择Tomcat Server->Local。