Files
dependabot[bot] 96d63c732b Bump org.springframework:spring-core (#257)
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.0.15 to 6.0.16.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.15...v6.0.16)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 15:33:57 -04:00
..
2021-04-29 19:59:58 -04:00
2020-08-17 16:20:23 -04:00
2020-08-17 16:20:23 -04:00
2020-08-17 16:20:23 -04:00
2020-08-17 16:20:23 -04:00
2020-08-17 16:20:23 -04:00

= Thumbnail Demo

image:img/thumbnail-files.png[]

This project demonstrates the use of https://github.com/spring-cloud/stream-applications/tree/master/functions/function/http-request-function[HttpRequestFunction] and the https://github.com/spring-cloud/stream-applications/tree/master/applications/processor/http-request-processor[HTTP Request Processor] with the following modules:

* link:image-thumbnail-processor/[image-thumbnail-processor] - A simple function to create thumbnails from JPEG files.
* link:image-thumbnail-web/[image-thumbnail-web] - A Spring Boot web application using the HTTP Request Function
* link:image-thumbnail-stream-sample/[image-thumbnail-stream-sample] - A Spring Cloud Stream Sink Application used in a Spring Cloud Stream application demonstrating the HTTP Request Processor

== Build

```bash
./mvnw clean install
```