1、在pom.xml中引入,由于连接ojdbc6.jar包不能直接在pom文件中导入,所以下载ojdbc6.jar在overlays目录下的WEB-INF/lib里手动导入
<dependency><groupId>org.jasig.cas</groupId><artifactId>cas-server-support-jdbc</artifactId><version>4.2.7</version>
</dependency>
2、在cas.properties中打开连接数据库配置