geoserver之GeoServerEnvironment

简介: 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"/&gt;</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配置工作流。

上一篇:《不只是美:信息图表设计原理与经典案例》—— 导读


下一篇:SimpleDateFormat的线程安全问题