1、將海量數(shù)據(jù)庫的驅(qū)動導(dǎo)入本地maven倉庫
mvn install:install-file -Dfile=C:\Users\Administrator\Desktop\VastbaseG100_jdbc_2.8p_2023091517.jar -DgroupId=cn.com.vastdata -DartifactId=vastbase -Dversion=2.8 -Dpackaging=jar2辨绊、下載nacos源碼
git clone https://gitee.com/mirrors/Nacos.git
由于官網(wǎng)推薦目前最新穩(wěn)定版本2.2.3,這次適配使用的是 2.2.3-develop 分支代碼盐捷;-
3、修改pom文件
在nacos-config包下面修改pom文件默勾,添加海量數(shù)據(jù)庫的驅(qū)動配置碉渡,我這邊獲取到的版本是2.8
-
4、打包nacos
由于根據(jù)官網(wǎng)的命令打包時(shí)遇到了點(diǎn)問題母剥,在命令后面加了這個(gè)條件 '-Drat.skip=true'滞诺,(注:加引號時(shí)因?yàn)樵趇dea的terminal里面執(zhí)行的)
mvn -Prelease-nacos '-Dmaven.test.skip=true' clean install -U '-Drat.skip=true'
打包的內(nèi)容在 Nacos\distribution\target\nacos-server-2.2.3 文件夾下。如下圖
5环疼、修改 application.properties 中數(shù)據(jù)庫配置
db.url.0=jdbc:postgresql://192.168..:5432/mysqldb?currentSchema=test&characterEncoding=utf-8
db.user.0=testuser
db.password.0=test
pool.config.driver-class-name: org.postgresql.Driver-
6习霹、啟動項(xiàng)目
啟動前,在bin目錄下的startup.cmd 里面炫隶,將set MODE="cluster" 中的cluster改為standalone淋叶;
然后啟動項(xiàng)目;