mac版的idea,開啟preference->editor->general,打勾紅色框框。
然後使用快捷鍵 contrl + option + o
只能去掉當前檔案沒有引用的包,並不能一鍵去掉所有檔案的,那麼還有一種方式是:點選idea工具的analyze-->inspect code 選項。
2、idea 引用專案,斷點除錯其他專案
1)將其他專案當做module引入;
2)pom檔案不用動,直接 project structure……---》點選下面的加號+引入module中的專案;
去掉idea中的警告
目前我使用的兩種方法 1.idea右下角有個小人,單擊後選擇syntax即可 2.在setting editor inspections搜尋sql,把no data sources configured和sql dialect detection後的框框勾掉即可 3.如果有綠色背景圖,則把edito...
Idea中Springboot熱部署無效問題解決
僅適用idea中,eclipse中不需要設定 一 開啟idea自動make功能 1 enable automake frwww.cppcns.comom the compiler press ctrl shift a type make project automatically press ent...
關於thymeleaf靜態資源引用無效
springboot匯入thymeleaf依賴後,thymeleaf引入bootstrap靜態資源失敗,路徑已經使用了th href 原理我在全域性配置檔案中定義了spring.mvc.servlet.path crud,我用這個的目的是定義專案路徑,使得訪問localhost 8080 crud ...