大家在使用spring mvc过程中有没有遇到过这样的情况?将Controller层的@RequestMapping("/hello")地址修改一下,这时需要重新启动tomcat服务吗?如果不需要重新启动就可以访问新的url地址,请问大家是如何做到的?
热部署,,jrebel,或者采用其他的服务器