Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 Jhipster 项目。我得到了最新版本 0.8.2。但是我在热重载时遇到了问题。如果我更改了 java 文件中的一些代码,那么不会运行重载。请帮助我。
Hot Relod 不适用于 java。如果您更改 Spring 应用程序中的代码,则需要再次运行您的 gradle。
但是,使用 yarn run 或 npm start 您可以在另一个端口上代理的前端启用热重载。
希望这可以帮助。