All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rweb.sos.hibernate-datasource-postgres.5.0.0-alpha.4.source-code.common-context.xml Maven / Gradle / Ivy

<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