if (this.webApplicationType == WebApplicationType.SERVLET) { return new StandardServletEnvironment(); } return new StandardEnvironment();}
枚举类WebApplicationType是SpringBoot2新增的特性