learning-spring-boot-2nd-edition-code
learning-spring-boot-2nd-edition-code copied to clipboard
Spring Boot Devtools Remote cause error at Pivotal Cloud Foundry
Here is my settings: Spring Boot: 2.3.0.RELEASE



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
Remote devtools not supporting Spring Webflux: https://stackoverflow.com/a/63266773/7668923