尤物视频网站_国产精品成人在亚洲_国产成人亚洲综合无码不卡精品_丁香五月香婷婷五月_亚洲成AV人片高潮喷水

您的位置:首頁 >聚焦 >

Nacos 支持Oracle數(shù)據(jù)庫持久化插件使用

2022-12-31 11:44:02    來源:程序員客棧

Nacos 從 2.2.0 版本開始,可通過 SPI 機(jī)制注入多數(shù)據(jù)源實(shí)現(xiàn)插件,并在引入對(duì)應(yīng)數(shù)據(jù)源實(shí)現(xiàn)后,便可在 Nacos 啟動(dòng)時(shí)通過讀取 application.properties 配置文件中 spring.datasource.platform 配置項(xiàng)選擇加載對(duì)應(yīng)多數(shù)據(jù)源插件.


(相關(guān)資料圖)

Nacos 插件化實(shí)現(xiàn)

Nacos 官方默認(rèn)實(shí)現(xiàn) MySQL、Derby ,其他類型數(shù)據(jù)庫接入需要參考下文自己擴(kuò)展。

自定義 oracle 插件1. 添加 oracle 插件

依賴已上傳 maven 中央倉庫,請(qǐng)勿使用阿里云代理

com.pig4cloud.pluginnacos-datasource-plugin-oracle0.0.1com.oracle.database.jdbcojdbc821.3.0.0

2. 導(dǎo)入 nacos oracle 數(shù)據(jù)庫腳本

點(diǎn)擊下載 nacos oracle 腳本[1]

3. 配置 nacos 數(shù)據(jù)源鏈接信息

db:num:1user:PIGXpassword:PIGXurl:jdbc:oracle:thin:@172.16.1.198:1521:XEpool.config.driver-class-name:oracle.jdbc.OracleDriverpool.config.connection-test-query:"SELECT1FROMDUAL"

4. 指定 nacos 數(shù)據(jù)源平臺(tái)

spring:datasource:platform:oracle

參考資料[1]

點(diǎn)擊下載 nacos oracle 腳本:https://github.com/pig-mesh/nacos-datasource-plugin-oracle/tree/master/sql

Nacos 支持PostgreSQL數(shù)據(jù)庫持久化插件使用

2022-12-19

Nacos 2.2 發(fā)布,正式支持其他數(shù)據(jù)庫

2022-12-15

加群一塊學(xué)習(xí)nacos2.2

關(guān)鍵詞: 配置文件 參考資料

相關(guān)閱讀