| Field and Description |
|---|
| org.springframework.boot.context.config.ConfigFileApplicationListener.APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME |
| Method and Description |
|---|
| org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory.getDecodedFile(URL)
Since 2.0.2 in favor of
File.File(java.net.URI) |
| org.springframework.boot.SpringApplication.isWebEnvironment()
since 2.0.0 in favor of
SpringApplication.getWebApplicationType() |
| org.springframework.boot.SpringApplication.setWebEnvironment(boolean)
since 2.0.0 in favor of
SpringApplication.setWebApplicationType(WebApplicationType) |
| org.springframework.boot.builder.SpringApplicationBuilder.web(boolean)
since 2.0.0 in favour of
SpringApplicationBuilder.web(WebApplicationType) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.