其他分享
首页 > 其他分享> > geoserver之GeoServerEnvironment

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 Fabiani, GeoSolutions

简介:实用程序类用于通过外部环境变量处理GeoServer配置工作流。

标签:geoserver,bean,GeoServer,GeoServerEnvironment,loaded,class,must
来源: https://www.cnblogs.com/2008nmj/p/15813871.html