Skip to content

Instantly share code, notes, and snippets.

@mrjeremyt
Created July 13, 2015 19:36
Show Gist options
  • Save mrjeremyt/57ef632c2f4e060cfb62 to your computer and use it in GitHub Desktop.
Save mrjeremyt/57ef632c2f4e060cfb62 to your computer and use it in GitHub Desktop.
<beans:bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close" >
<beans:property name="driverClass" value="org.postgresql.Driver" />
<beans:property name="jdbcUrl" value="jdbc:postgresql://postgresql2-214.c44wyjmff9e0.us-west-2.rds.amazonaws.com:5432/testsocial" />
<beans:property name= "user" value="rick" />
<beans:property name="password" value="batterystaple" />
</beans:bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment