Fork me on GitHub

About Spring Boot Tutorials

Tutorials for OfficeFloor Spring Boot integration

Project Modules

This project has declared the following modules:

Name Description
Spring REST HTTP Server Tutorial Tutorial demonstrating OfficeFloor REST composition via YAML configuration files within a Spring Boot application
Spring REST Function HTTP Server Tutorial Tutorial demonstrating function injection — composing a multi-step pipeline via YAML within a Spring Boot application
OfficeFloor REST Spring Exception Handling Tutorial Tutorial demonstrating exception handling in OfficeFloor REST composition with Spring Boot
Spring REST Security HTTP Server Tutorial Tutorial demonstrating Spring Security integration with OfficeFloor REST YAML composition
Spring REST Validation HTTP Server Tutorial Tutorial demonstrating Bean Validation integration with OfficeFloor REST YAML composition
Spring REST CORS HTTP Server Tutorial Tutorial demonstrating CORS configuration in OfficeFloor REST YAML composition
Spring REST OpenAPI HTTP Server Tutorial Tutorial demonstrating OpenAPI (Swagger) documentation generation for OfficeFloor REST endpoints
Spring REST Thymeleaf HTTP Server Tutorial Tutorial demonstrating Thymeleaf server-side rendering with OfficeFloor REST YAML composition
Spring REST Servlet HTTP Server Tutorial Tutorial demonstrating direct HttpServletRequest and HttpServletResponse injection in OfficeFloor REST service methods
Spring REST Qualifier HTTP Server Tutorial Tutorial demonstrating @Qualifier injection to disambiguate multiple Spring beans of the same type in OfficeFloor REST service methods
Spring REST Data JPA HTTP Server Tutorial Tutorial demonstrating Spring Data JPA integration with OfficeFloor REST YAML composition and transaction governance
Spring REST Team HTTP Server Tutorial Tutorial demonstrating Thread Injection via officefloor/teams YAML configuration within a Spring Boot application
Spring REST Actuator HTTP Server Tutorial Tutorial demonstrating Spring Actuator endpoints coexisting with OfficeFloor REST YAML configuration