原创 window系統tomcat進行遠程調試

1.命令行啓動遠程調試 java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888 -jar xxx.jar 2.tomcat將參數添加到Java

原创 windows系統nginx重啓發生異常The system cannot find the file specified

windows系統nginx重啓發生異常:nginx: [error] CreateFile() "C:\Users\chemphern\Desktop\nginx-1.14.0/logs/nginx.pid" failed (2: Th

原创 svn合併分支到主幹,工具操作

分支庫中單元測試通過的源代碼要合併到主幹,例如有一個開發中的代碼 branches -> dev 需要合併到主幹 trunk。步驟:第一個步驟:在本地副本上進行操作,選擇主幹上的源代碼文件,右鍵選擇tortoiseSVN菜單,點擊合併。

原创 SpringBoot熱部署

一、需求背景 在IntelliJ IDEA 2017+版本中開發SpringBoot項目,在沒有熱部署的情況下,效率極低,要不停的stop/run,stop/debug,迫切需要熱部署 二、參考資料,建議大家都看一下 A:非常有用的iss