Skip to content

Instantly share code, notes, and snippets.

@zznate
Created February 28, 2012 18:58
Show Gist options
  • Save zznate/1934387 to your computer and use it in GitHub Desktop.
Save zznate/1934387 to your computer and use it in GitHub Desktop.
<bean class="com.datastax.drivers.jdbc.pool.cassandra.jdbc.HCQLDataSource"
id="cqlDataSource">
<property name="clusterName" value="TestCluster"/>
<property name="keyspaceName" value="PortfolioDemo"/>
<property name="hosts" value="127.0.0.1:9170"/>
</bean>
<bean class="org.springframework.jdbc.core.JdbcTemplate"
id="jdbcTemplate" >
<constructor-arg ref="cqlDataSource"/>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment