idea中SpringBoot热部署时mapping偶然出现丢失的问题。
1 回答
交互式爱情
TA贡献1712条经验 获得超3个赞
你是不是有些步骤没做?
1.添加以下Spring个boot Dev Tools依赖项:
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. 自动构建项目
1 | File –> Setting –> Build, Execution, Deployment –> Compiler –> 选中: Build project automatically |
3. Intellij 注册表
3.1按Shift + Ctrl + A(Win /Lin)或Command+CTRL+A (Mac)打开一个弹出窗口,键入registry。
- 1 回答
- 0 关注
- 1066 浏览
添加回答
举报
0/150
提交
取消