Exception on reloading remote spring boot application with Intellij IDEA

血红的双手。 提交于 2019-12-04 09:44:14

There's a bug in Spring boot's DevTools which means that if you make a change to your application while the restart that was triggered by the previous change is still in progress, the attempt to upload the changes will fail. I think we probably need to update DevTools to retry the upload attempt.

In the meantime, the only "solution" is to stop and restart your RemoteSpringApplication whenever you see the failure due to java.net.ConnectException: Connection refused.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!