rweb-server.sos.sos-hibernate-datasource-postgres.6.0.1.source-code.common-context.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sos-hibernate-datasource-postgres Show documentation
Show all versions of sos-hibernate-datasource-postgres Show documentation
52°North Sensor Observation Service Hibernate PostgresSQL/PostGIS module
The newest version!
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd"> <!-- Datasource implementations from hibernate/datasource/postgres --> <bean class="org.n52.sos.ds.datasource.PostgresDatasource"/> <!-- <bean class="org.n52.sos.ds.datasource.PostgresCoreDatasource"/> --> <bean class="org.n52.sos.ds.datasource.PostgresCustomDatasource"/> </beans>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy