diff --git a/multi/multi__standalone_web_applications.html b/multi/multi__standalone_web_applications.html index 6677043ad..840a4f07e 100644 --- a/multi/multi__standalone_web_applications.html +++ b/multi/multi__standalone_web_applications.html @@ -3,7 +3,7 @@ 5. Standalone Web Applications

5. Standalone Web Applications

The spring-cloud-function-web module has autoconfiguration that activates when it is included in a Spring Boot web application (with MVC support). There is also a spring-cloud-starter-function-web to -collect all the optional dependnecies in case you just want a simple +collect all the optional dependencies in case you just want a simple getting started experience.

With the web configurations activated your app will have an MVC endpoint (on "/" by default, but configurable with spring.cloud.function.web.path) that can be used to access the diff --git a/single/spring-cloud-function.html b/single/spring-cloud-function.html index 9ac6a5305..b371eee00 100644 --- a/single/spring-cloud-function.html +++ b/single/spring-cloud-function.html @@ -87,7 +87,7 @@ While mechanics of Kotlin-to-Java mapping are outside of the scope of this docum same rules for signature transformation outlined in "Java 8 function support" section are applied here as well.

5. Standalone Web Applications

The spring-cloud-function-web module has autoconfiguration that activates when it is included in a Spring Boot web application (with MVC support). There is also a spring-cloud-starter-function-web to -collect all the optional dependnecies in case you just want a simple +collect all the optional dependencies in case you just want a simple getting started experience.

With the web configurations activated your app will have an MVC endpoint (on "/" by default, but configurable with spring.cloud.function.web.path) that can be used to access the diff --git a/spring-cloud-function.xml b/spring-cloud-function.xml index 014db29fe..3754716bb 100644 --- a/spring-cloud-function.xml +++ b/spring-cloud-function.xml @@ -233,7 +233,7 @@ same rules for signature transformation outlined in "Java 8 function support" se The spring-cloud-function-web module has autoconfiguration that activates when it is included in a Spring Boot web application (with MVC support). There is also a spring-cloud-starter-function-web to -collect all the optional dependnecies in case you just want a simple +collect all the optional dependencies in case you just want a simple getting started experience. With the web configurations activated your app will have an MVC endpoint (on "/" by default, but configurable with