06 2018 档案

多个DispatcherServlet有什么用处.md
摘要:有看到一些应用在 web.xml 文件中配置了多个 DispatcherServlet,例如: 这两个 servlet 起到的作用是请求的时候url路径不一样,比如 http://ip:port/en/index.jsp 与 http://ip:port/ib/index.jsp。 实际上这个功能可 阅读全文

posted @ 2018-06-06 22:55 xiaoheike 阅读(279) 评论(0) 推荐(0)

导航