learning-spring-boot-2nd-edition-code icon indicating copy to clipboard operation
learning-spring-boot-2nd-edition-code copied to clipboard

Spring Boot Devtools Remote cause error at Pivotal Cloud Foundry

Open olegkamuz opened this issue 5 years ago • 1 comments

Here is my settings: Spring Boot: 2.3.0.RELEASE

secret

build.gradle

Intellij Idea IDE Run/Debug Configuration

I have app working at Pivotal Cloud Foundry. I have runing Remote App localy and after build through IDE or using

./gradlew clean assemble

I get Exception in thread "File Watcher" java.lang.IllegalStateException: Unexpected 404 NOT_FOUND response uploading class files

olegkamuz avatar Jul 06 '20 09:07 olegkamuz

Remote devtools not supporting Spring Webflux: https://stackoverflow.com/a/63266773/7668923

olegkamuz avatar Aug 05 '20 14:08 olegkamuz