Intellij, Spring dev tools remote, Docker, error Unexpected 404 response uploading class files

后端 未结 3 973
予麋鹿
予麋鹿 2021-01-12 22:09

Im trying to use Spring Boot Dev tools (Spring Remote), and automatically upload recompiled files to my docker container.

I keep receiving Unexpected 404 resp

3条回答
  •  青春惊慌失措
    2021-01-12 22:15

    In my case I had to put the application context on the argument of the IDE RemoteSpringApplication configuration.

    For example, my application root context was /virtue so I had to configure it like so:

提交回复
热议问题