首页>代码>ssm企业级框架精简版本,纯注解,无xml的demo实例>/ssm_demo/src/main/java/com/dean/aid/config/BasicWebInitializer.java
package com.dean.aid.config; import org.springframework.core.annotation.Order; import org.springframework.web.WebApplicationInitializer; import javax.servlet.ServletContext; import javax.servlet.ServletException; @Order(1) public class BasicWebInitializer implements WebApplicationInitializer { /** * 相当于web.xml */ public void onStartup(ServletContext servletContext) throws ServletException { //servletContext.addFilter("filterName", AFilter.class).addMappingForUrlPatterns(EnumSet.allOf(DispatcherType.class), false, "/"); //servletContext.addListener(EventListener.class); //servletContext.addServlet("servletName", AServlet.class); } }
最近下载更多
裕子一号 LV1
2022年10月26日
李亮 LV19
2021年11月16日
JIeless LV2
2020年12月25日
wuqiwan123 LV21
2020年6月23日
2602678357 LV1
2020年6月8日
compswen LV1
2020年5月12日
kkkxyh LV13
2020年5月4日
huangjiarui LV11
2019年11月28日
zhangxuefu LV11
2019年11月13日
xcwang LV11
2019年10月29日
最近浏览更多
minjing123 LV8
1月4日
shuangfu LV25
2023年12月2日
黑 LV7
2023年8月21日
d851646620000 LV6
2023年7月31日
asgdhyscxcj LV1
2023年6月17日
十一 LV4
2023年5月29日
216216
2023年4月29日
暂无贡献等级
chensheng11 LV2
2023年3月10日
安东尼online LV11
2023年2月15日
qwer123978ca LV1
2022年12月19日