首页>代码>jHipster3.4创建Java Web应用项目最简单的入门基本教程>/kenlen1/kenlen/src/main/java/com/emodak/kenlen/ApplicationWebXml.java
package com.emodak.kenlen;

import com.emodak.kenlen.config.DefaultProfileUtil;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.context.web.SpringBootServletInitializer;

/**
 * This is a helper Java class that provides an alternative to creating a web.xml.
 * This will be invoked only when the application is deployed to a servlet container like Tomcat, Jboss etc.
 */
public class ApplicationWebXml extends SpringBootServletInitializer {

    @Override
    protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
        /**
         * set a default to use when no profile is configured.
         */
        DefaultProfileUtil.addDefaultProfile(application.application());
        return application.sources(KenlenApp.class);
    }
}
最近下载更多
linom199144  LV2 2021年7月5日
jupiterup  LV3 2017年5月15日
FunnyKing  LV19 2017年4月12日
china_0221  LV41 2017年3月19日
china_0221  LV41 2017年3月19日
ddman9009  LV25 2016年7月13日
wangshanhe  LV2 2016年6月15日
最代码官方  LV168 2016年6月12日
最近浏览更多
15719908287  LV9 6月19日
不嘻嘻  LV8 2023年3月31日
why2015  LV21 2022年12月9日
敞开裤裆任雷劈  LV2 2022年1月28日
2021年12月3日
暂无贡献等级
Trickster  LV9 2021年10月19日
linom199144  LV2 2021年7月5日
xiaobaixiaobai 2021年2月22日
暂无贡献等级
骑着鱼儿过海的猫  LV1 2020年11月25日
Coincidance  LV8 2020年11月23日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友