Add back spring-cloud-function-web (faster startup)
With this change there are now 2 choices for web endpoints. The stream servlet binder is useful for multi-binder use cases (e.g. HTTP -> message broker).
This commit is contained in:
@@ -99,6 +99,7 @@ public class ApplicationRunner implements CommandLineRunner {
|
||||
if (this.classLoader!=null && this.classLoader instanceof Closeable) {
|
||||
((Closeable) this.classLoader).close();
|
||||
}
|
||||
this.classLoader = null;
|
||||
}
|
||||
|
||||
private RuntimeException getError() {
|
||||
|
||||
Reference in New Issue
Block a user