Skip to content

Instantly share code, notes, and snippets.

@ottenhoff
Created April 2, 2015 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottenhoff/7f7781e966b44aa47806 to your computer and use it in GitHub Desktop.
Save ottenhoff/7f7781e966b44aa47806 to your computer and use it in GitHub Desktop.
sakai-configuration.xml
<?xml version="1.0" encoding="UTF-8"?>
<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-2.0.xsd">
<!-- Shared DataSource for all pooled database connections -->
<!-- Either make this javax.sql.dbcp.BaseDataSource or javax.sql.tomcat.BaseDataSource -->
<bean id="javax.sql.BaseDataSource" parent="javax.sql.hikaricp.BaseDataSource"></bean>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment