解決 VS code lombok 提示錯誤問題
繼之前 VS Code 安裝 Java spring boot 環境 這篇,發現一些問題。
NPM 檢查過期套件模組
對於前端開發者來說,相信 NPM (Node Package Manager) 大家一定都不陌生,它是一個線上 JavaScript 套件庫,使用者可以根據自己的需求,下載套件來使用。
解決 Unable to access ‘git/attributes’
在Server端部署code時git clone跑出:
Unable to access ‘git/attributes’
閱讀全文〈解決 Unable to access ‘git/attributes’〉
SpringBoot Maven跳過測試:skipTests VS maven.test.skip
在基於SpringBoot開發時有時只是為了build出Jar or War 但卻跑到測試,而測試又跟DB有關時,會造成很多困擾,所以可以使用<skipTests>true</skipTests>
跟<maven.test.skip>true</maven.test.skip>
跳過測試單元,可以使用以下方式
VS Code 安裝 Java spring boot 環境
Mac 安裝 NVM
JavaScript includes 用法
相信大家常常在做字串比對的處理,這次我要介紹一個新的字串比對處理方法 includes
, 他會用你指定的字串去搜尋要比對的內容中,是否有匹配的字。
Failed to start mongod.service: Unit mongod.service not found.
依照 Ubuntu 18.04.3 安裝 MongoDB 4.0 此篇安裝完成後,
執行 sudo service mongod start後,
出現錯誤訊息:Failed to start mongod.service: Unit mongod.service not found.
閱讀全文〈Failed to start mongod.service: Unit mongod.service not found.〉
MongoDB 安裝完成後,開啟對外連線
依照此篇 Ubuntu 18.04.3 安裝 MongoDB 4.0 安裝完後,
在外部連線時會發生無法連問題,
需要修改mongodb.conf,預設允許連線位置。 閱讀全文〈MongoDB 安裝完成後,開啟對外連線〉