1 回答

TA貢獻(xiàn)1712條經(jīng)驗(yàn) 獲得超3個(gè)贊
你是不是有些步驟沒(méi)做?
1.添加以下Spring個(gè)boot Dev Tools依賴項(xiàng):
1 2 3 4 5 6 | <!-- hot swapping, disable cache for template, enable live reload --> <dependency> <groupId>org. Spring framework. boot </groupId> <artifactId> Spring - boot -devtools</artifactId> <optional>true</optional> </dependency> |
2. 自動(dòng)構(gòu)建項(xiàng)目
1 | File –> Setting –> Build, Execution, Deployment –> Compiler –> 選中: Build project automatically |
3. Intellij 注冊(cè)表
3.1按Shift + Ctrl + A(Win /Lin)或Command+CTRL+A (Mac)打開(kāi)一個(gè)彈出窗口,鍵入registry。
- 1 回答
- 0 關(guān)注
- 1105 瀏覽
添加回答
舉報(bào)