简介: Utility class uses to process GeoServer configuration workflow through external environment variables. This class must be used everytime we need to resolve a configuration placeholder at runtime. An instance of this class needs to be registered in spring context as follows. bean id="geoserverEnvironment" class="org.geoserver.GeoServerEnvironment" depends-on="extensions"/></code> </pre> It must be a singleton, and must not be loaded lazily. Furthermore, this bean must be loaded before any beans that use it. @author Alessio F*i, GeoSolutions
简介:实用程序类用于通过外部环境变量处理GeoServer配置工作流。