Make HTTP modules as auto-configuration

* Fix all the Checkstyle violations and compiler warnings
This commit is contained in:
Artem Bilan
2024-01-08 12:51:04 -05:00
parent 5d4cee0565
commit 090ca28233
13 changed files with 81 additions and 89 deletions

View File

@@ -7,7 +7,7 @@ Users have to subscribe to the returned `Flux` to receive the data.
## Beans for injection
You can import the `HttpRequestFunction` configuration in a Spring Boot application and then inject the following bean.
The `HttpRequestFunction` auto-configuration provides the following bean:
`httpRequestFunction`
@@ -25,7 +25,7 @@ For more information on the various options available, please see link:src/main/
## Examples
See this link:src/test/java/org/springframework/cloud/fn/http/request/HttpRequestFunctionApplicationTests.java[test suite] for examples of how this function is used.
See this link:src/test/java/org/springframework/cloud/fn/http/request/HttpRequestFunctionTests.java[test suite] for examples of how this function is used.
## Other usage