META-INF.counter-infrastructure-spring.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <beans default-destroy-method="destroy" default-init-method="afterPropertiesSet" 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-3.0.xsd" > <bean class="org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy" id="counterDataSource"> <property name="targetDataSource"> <bean class="com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean"> <property name="propertyPrefixLookup" value="counter.jdbc.prefix" /> </bean> </property> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy