From 4e7c1de0db6bf306aaa2d1b0437bf465acd8bc6e Mon Sep 17 00:00:00 2001
From: buildmaster
Spring Cloud Function will scan for implementations of Function,
+Consumer and Supplier in a package called functions if it
+exists. Using this feature you can write functions that have no
+dependencies on Spring - not even the @Component annotation is
+needed. If you want to use a different package, you can set
+spring.cloud.function.scan.packages. You can also use
+spring.cloud.function.scan.enabled=false to switch off the scan
+completely.
Since version 2.2 Spring Cloud Function provides routing feature allowing