Sync docs from master to gh-pages
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<title>5. Standalone Web Applications</title><link rel="stylesheet" type="text/css" href="css/manual-multipage.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="multi_spring-cloud-function.html" title="Spring Cloud Function"><link rel="up" href="multi_spring-cloud-function.html" title="Spring Cloud Function"><link rel="prev" href="multi__function_catalog_and_flexible_function_signatures.html" title="4. Function Catalog and Flexible Function Signatures"><link rel="next" href="multi__standalone_streaming_applications.html" title="6. Standalone Streaming Applications"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5. Standalone Web Applications</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="multi__function_catalog_and_flexible_function_signatures.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="multi__standalone_streaming_applications.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="_standalone_web_applications" href="#_standalone_web_applications"></a>5. Standalone Web Applications</h1></div></div></div><p>The <code class="literal">spring-cloud-function-web</code> module has autoconfiguration that
|
||||
activates when it is included in a Spring Boot web application (with
|
||||
MVC support). There is also a <code class="literal">spring-cloud-starter-function-web</code> 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.</p><p>With the web configurations activated your app will have an MVC
|
||||
endpoint (on "/" by default, but configurable with
|
||||
<code class="literal">spring.cloud.function.web.path</code>) that can be used to access the
|
||||
|
||||
@@ -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.</p></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="_standalone_web_applications" href="#_standalone_web_applications"></a>5. Standalone Web Applications</h1></div></div></div><p>The <code class="literal">spring-cloud-function-web</code> module has autoconfiguration that
|
||||
activates when it is included in a Spring Boot web application (with
|
||||
MVC support). There is also a <code class="literal">spring-cloud-starter-function-web</code> 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.</p><p>With the web configurations activated your app will have an MVC
|
||||
endpoint (on "/" by default, but configurable with
|
||||
<code class="literal">spring.cloud.function.web.path</code>) that can be used to access the
|
||||
|
||||
@@ -233,7 +233,7 @@ same rules for signature transformation outlined in "Java 8 function support" se
|
||||
<simpara>The <literal>spring-cloud-function-web</literal> module has autoconfiguration that
|
||||
activates when it is included in a Spring Boot web application (with
|
||||
MVC support). There is also a <literal>spring-cloud-starter-function-web</literal> 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.</simpara>
|
||||
<simpara>With the web configurations activated your app will have an MVC
|
||||
endpoint (on "/" by default, but configurable with
|
||||
|
||||
Reference in New Issue
Block a user