本文主要給大家介紹CAS4.0連接mysql數(shù)據(jù)庫的詳細(xì)步驟,文章內(nèi)容都是筆者用心摘選和編輯的,具有一定的針對性,對大家的參考意義還是比較大的,下面跟筆者一起了解下CAS4.0連接mysql數(shù)據(jù)庫的詳細(xì)步驟吧。
為曲沃等地區(qū)用戶提供了全套網(wǎng)頁設(shè)計制作服務(wù),及曲沃網(wǎng)站建設(shè)行業(yè)解決方案。主營業(yè)務(wù)為成都網(wǎng)站建設(shè)、網(wǎng)站制作、曲沃網(wǎng)站設(shè)計,以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠的服務(wù)。我們深信只要達到每一位用戶的要求,就會得到認(rèn)可,從而選擇與我們長期合作。這樣,我們也可以走得更遠(yuǎn)!步驟如下
一:
在cas-4.0.0\cas-server-webapp\pom.xml中添加依賴后(如下方所示),打開cmd在cas-4.0.0\cas-server-webapp文件夾下運行mvn clean package,然后將cas-4.0.0\cas-server-webapp\target下的cas.war包部署至tomcat
Xml代碼
二:
本地創(chuàng)建數(shù)據(jù)庫,并新建表 cas_user,創(chuàng)建語句如下載
Sql代碼
create table cas_user (
id bigint not null auto_increment,
email varchar(255),
username varchar(255) not null unique,
name varchar(255),
password varchar(255),
primary key (id)
) ENGINE=InnoDB;
三:
配置數(shù)據(jù)庫相關(guān)文件,在tomcat-for-cas\webapps\cas\WEB-INF\deployerConfigContext.xml中配置對應(yīng)的datasource,數(shù)據(jù)庫地址,用戶名,密碼,以及查詢用戶的sql。需要注意的是,如果是自己建的表,要把相應(yīng)的字段名,數(shù)據(jù)庫名替換掉,以及,不要忘記注釋掉默認(rèn)用戶名密碼的配置(casuser/Mellon)。下載以下配置可以全拷貝
Xml代碼
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:c="http://www.springframework.org/schema/c"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:sec="http://www.springframework.org/schema/security"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
下載
class="org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler"
p:httpClient-ref="httpClient" p:requireSecure="true" />
class="org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler">
class="org.jasig.cas.authentication.principal.BasicPrincipalResolver" />
class="org.jasig.cas.authentication.principal.PersonDirectoryPrincipalResolver" >
p:backingMap-ref="attrRepoBackingMap" />
p:registeredServices-ref="registeredServicesList" />
p:id="0" p:name="HTTP and IMAP" p:description="Allows HTTP(S) and IMAP(S) protocols"
p:serviceId="^(https?|imaps?)://.*" p:evaluationOrder="10000001" />
下載
p:ticketRegistry-ref="ticketRegistry"
p:serviceTicketCountWarnThreshold="5000"
p:sessionCountWarnThreshold="100000" />
class="org.jasig.services.persondir.support.jdbc.SingleRowJdbcPersonAttributeDao">
value="select username,password from cas_user where {0}" />
看完以上關(guān)于CAS4.0連接mysql數(shù)據(jù)庫的詳細(xì)步驟,很多讀者朋友肯定多少有一定的了解,如需獲取更多的行業(yè)知識信息 ,可以持續(xù)關(guān)注我們的行業(yè)資訊欄目的。
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。