Sorry, cant post images with low reputation) Here is my settings: Spring Boot: 2.3.0.RELEASE
Intellij Idea IDE Run/Debug Configuration
I have this app working at Pivotal Cloud Foundry. I have runing Remote App 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 support is opt-in as enabling it can be a security risk.. docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/…. It should also normally be disabled when you deploy to CF with the Java buildpack. - Daniel Mikusacf logson your app, do you see any requests to the app? Do you require a proxy to talk to the Internet? - Daniel Mikusa