Initial Committ of RSocket integration

This commit is contained in:
Oleg Zhurakousky
2020-06-29 14:44:29 +02:00
parent cefe52365b
commit c91e2a00e4
10 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"properties": [
{
"name": "spring.cloud.function.web.path",
"type": "java.lang.String",
"description": "Path to web resources for functions (should start with / if not empty).",
"defaultValue": ""
}
]
}

View File

@@ -0,0 +1 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=org.springframework.cloud.function.rsocket.RSocketAutoConfiguration