nacos在windows上的安裝

2021-10-10 15:47:45 字數 1271 閱讀 5898

安裝包:

安裝 mysql 資料庫,5.5版本以上都可以(新的1.3.1.beta版本支援mysql8,可以 clone git **修改編譯);

mysql5.6、5.7版本安裝參考

建立好乙個 nacos 資料庫,並建立對應許可權使用者 nacos/nacos123。

資料庫版本為mysql8時,在nacos資料夾下建立/plugins/mysql/資料夾,將mysql8的驅動包放入再啟動。

解壓縮,nacos-server-1.3.0.zip 解壓,進入conf資料夾;

#*************** config module related configurations ***************#

### if user mysql as datasource:

spring.datasource.platform=mysql

### count of db:

db.num=1

### connect url of db:

db.url.0=jdbc:mysql:

db.user=nacos

db.password=nacos123

集群配置(暫不搭建集群)

開啟 windows terminal ,cmd 公升級版,進入 nacos 的 bin 目錄,執行以下命令啟動;

.\startup.cmd
啟動成功,瀏覽器訪問:127.0.0.1:8848, 初始賬戶和密碼都是nacos 視覺化介面。

2020-06-28 17:15:33,691 info nacos log files: e:\nacos\logs

2020-06-28 17:15:33,693 info nacos log files: e:\nacos\conf

2020-06-28 17:15:33,693 info nacos log files: e:\nacos\data

2020-06-28 17:15:33,694 info nacos started successfully in stand alone mode. use external storage

2020-06-28 17:15:43,164 info initializing servlet 'dispatcherservlet'

2020-06-28 17:15:43,175 info completed initialization in 11 ms

TensorFlow在Windows上的安裝之路

google上點了無數的連線,翻了無數的帖子,因版本不匹配問題,將python cuda解除安裝又重灌。搗鼓了一天,終於把tensorflow環境搭建好了。整理了兩個比較有用的帖子,1 知乎回答 手把手教你搭建谷歌tensorflow深度學習開發環境!2 windows環境下anaconda安裝te...

MinGW lapack 在windows 上安裝

方案一 mingw makefiles 配置好以後直接在build資料夾下,執行cmd.exe shell,mingw32 make j5,之後執行mingw32 make install 安裝檔案到c program files x86 lapack,勾選build shared libs 方案二...

dbus在windows上的編譯

author kagula date 2015 09 16 1 expat win32bin 2.1.0.exe 2 dbus 1.6.8.tar.gz 準備 1 先安裝expat win32bin 2.1.0.exe,我這裡的安裝路徑是 d expat 2.1.0 方式一 1 參考資料一,在 ad...