learning-spring-boot / learning-spring-boot-2nd-edition-code

Source code for Learning Spring Boot 2nd Edition
http://greglturnquist.com/books/learning-spring-boot
Other
75 stars 32 forks source link

Spring Boot Devtools Remote cause error at Pivotal Cloud Foundry #18

Open olegkamuz opened 4 years ago

olegkamuz commented 4 years ago

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 commented 4 years ago

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