原创 ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN

連接rabbitmq服務異常 首先檢查用戶,要麼是登錄的用戶名密碼不正確,要麼是guest沒有權限 ./rabbitmqctl list_users 發現只有個guest,原先的用戶被刪了,需要新增配置文件中配置的用戶密碼test/

原创 SpringBoot 使用feign時報錯Service id not legal hostname(xx_sss)

分享一個蠢逼問題 SpringBoot 使用feign時報錯Service id not legal hostname(xx_sss) 經百度,原因是feign不支持下劃線"_",支持"-",改成xx-sss即可 特此記錄! To be

原创 Jenkins部署項目如何部署在新增的服務器上

1、進入系統管理->系統設置 2、新增SSH Server 最下方點新增,設置服務器ip、用戶,高級選項中設置密碼、端口、超時時間等 To be continued...

原创 Unable to locate Attribute  with the the given name

今天在改前端查詢報錯問題,報錯如下 java.lang.IllegalArgumentException: Unable to locate Attribute  with the the given name [companyId] o

原创 Spring Boot 系列(五)多環境配置

我們在開發Spring Boot應⽤時,通常同⼀套程序會被應⽤和安裝到⼏個不同的環境,比如:開發、測試、生產等。其中每個環境的數據庫地址、服務器端⼝等等配置都會不同,如果在爲不同環境打包時 都要頻繁修改配置⽂件的話,那必將是個⾮常繁瑣且容

原创 Oracle AWR報告生成簡單步驟

簡單幾步生成AWR報告 1、進入數據庫:#su - oracle 2、切換身份:sqlplus "/ as sysdba" 3、手工創建快照:exec dbms_workload_repository.create_snapshot();