Project

General

Profile

« Previous | Next » 

Revision 50471

using apache commons dbcp2 instead of spring default DataSource

View differences:

applicationContext-db-service.xml
26 26
	
27 27
	<bean id="jdbcTemplateFactory"
28 28
		class="eu.dnetlib.enabling.database.utils.JdbcTemplateFactory"
29
	    p:fetchSize="${dnet.dbservice.jdbc.fetchsize}"
29 30
		p:dataSourceFactory-ref="postgresDataSourceFactory" />
30 31
	
31 32
	<bean id="databaseService"

Also available in: Unified diff