如何使用Spring 4.1使用注释设置Web应用程序的上下文根

时间:2014-09-21 09:12:34

标签: spring spring-annotations

我正在尝试使用spring注释设置一个简单的Web应用程序。我指的是Spring网站上提供的示例项目。任何人都可以让我知道如何将上下文根设置为下面给出的示例?

https://github.com/spring-guides/tut-web/tree/master/6/complete

我可以在本地构建它并以http://localhost:8080/

的形式访问它

我想像http://localhost:8080/spring

那样访问它

由于

1 个答案:

答案 0 :(得分:0)

在同一个构建文件中找到解决方案。我们需要设置

tomcatRunWar.contextPath = 'spring'
build.gradle

中的