首页>代码>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日
最近浏览更多
shuangfu  LV24 12月2日
 LV6 8月21日
d851646620000  LV6 7月31日
asgdhyscxcj  LV1 6月17日
十一  LV4 5月29日
216216 4月29日
暂无贡献等级
chensheng11  LV2 3月10日
安东尼online  LV10 2月15日
qwer123978ca  LV1 2022年12月19日
微信网友_6248713511227392  LV11 2022年12月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友