首页>代码>jetty整合springmvc实现最简单的http网站demo源代码下载>/zuidaima_jetty_springmvc/src/main/java/com/zuidaima/Sandbox.java
package com.zuidaima; import org.mortbay.jetty.Server; import org.mortbay.jetty.handler.ContextHandler; import org.mortbay.jetty.servlet.ServletHandler; import org.mortbay.jetty.servlet.ServletHolder; import org.springframework.web.servlet.DispatcherServlet; public class Sandbox { public static void main(final String[] arguments) throws Exception { final Server server = new Server(8080); final ContextHandler context = new ContextHandler(); context.setContextPath("/"); server.setHandler(context); final DispatcherServlet dispatcherServlet = new DispatcherServlet(); dispatcherServlet .setContextConfigLocation("classpath:zuidaima-spring.xml"); final ServletHandler handler = new ServletHandler(); handler.addServletWithMapping(new ServletHolder(dispatcherServlet), "/*"); context.addHandler(handler); server.start(); } }
最近下载更多
123456qqwqa LV11
2018年11月4日
1324488732 LV27
2018年9月11日
HomeInGuanglunshan LV10
2018年4月22日
jic499 LV27
2018年4月18日
wwwzzzjjj LV15
2017年4月25日
wgyhawk LV10
2017年3月28日
sinyears LV1
2016年9月13日
michaelcc LV9
2016年3月3日
best2018 LV46
2016年2月4日
wq10zj LV6
2016年1月4日
最近浏览更多
cheung524071 LV8
2023年8月23日
兰文斌 LV6
2022年4月27日
nini444
2021年5月25日
暂无贡献等级
atlanta677 LV3
2020年12月2日
is_gary LV15
2020年8月7日
438265764 LV14
2020年8月4日
陈齐尧 LV11
2020年7月14日
00x12300 LV19
2020年6月20日
tianfa LV3
2020年6月10日
lsy20032003
2020年6月8日
暂无贡献等级