TA 3框架配置多個資料庫鏈結

2021-07-06 09:33:03 字數 507 閱讀 6481

1.配置jdbc.properties檔案,新增新的資料庫連線的引數

2.配置spring-datasource.xml檔案,根據之前新增的資料庫引數新增新的datasource bean

3.配置spring-datasource.xml檔案,根據新配置的datasource bean配置新的sqlmapclient bean,其中configlocations引數配置乙個新的sqlmapconfig-***.xml

4.配置ta/spring-dao.xml檔案,新增乙個absdao bean和dao bean,其中absdao的sqlmapclient引數配置為上一步配置的sqlmapclient,dao bean的parent屬性配置為absdao

5.之後就是與普通的配置sqlmap和service方法一致了,新增spring-***.xml並在spring-cfg-include.xml中宣告(配置service時,注入之前配置的dao),新增sqlmap.xml在sqlmapconfig-***.xml中宣告等配置。

rails鏈結多個資料庫

首先在database.yml中加入以下 其中cg clone是外部等待使用的資料庫。cg clone adapter mysql database cg clone username root password host localhost 假如在cg clone中有一張表叫contracts,那...

tp3 2中配置鏈結多個資料庫

config.php return array 配置項 配置值 快取 data cache type memcache memcache host tcp data cache time 3600 default controller index 預設控制器名稱 default action ind...

hibernate配置多個資料庫

我的問題是 我做了乙個平台,這個平台的多個客戶要使用一台伺服器。我用的資料庫是oracle,這樣的話,我想讓hibernate 配置上多個資料庫連線,而這些資料庫是相同表名,只是庫名不同。我查了其他說法 方案一 寫兩個hibernate.cfg.xml 使用資料庫a的時候 configuration...