/spring-projects

Spring examples

Primary LanguageJava

Spring projects

  • Mar 20 Spring Actuator (Micrometer) Undertow Undertow metrics with Spring Actuator Link to the project and Link to the blog

  • Feb 20 Custom deserialization in Spring Custom deserialization using Jackson Link to the project and Link to the blog

  • Sep 19 Spring Batch AWS Integration Integration of Spring Batch with AWS SQS for remote chunking and partitioning. Link to the project and Link to the blog

  • Jun 19 Reactive vs Non-Reactive Spring Performance Comparation of performance between Spring MVC and Spring WebFlux. Link to the project and Link to the blog

  • Apr 19 Spring Data Mongo using Mongo Cluster Spring Data Mongo using a configured Cluster with Docker. Link to the project and Link to the blog

  • Jan 19 Circuit Breaker with Resilience4j and Spring Example of Circuit Breaker in Spring using Reslience4j library. Link to the project and Link to the blog

  • Dec 18 AsyncRestTemplate returns 404 (Site Not Found) with Apache factory Spring Boot Web Application where we change the default implementation of Spring's factory for AsyncRestTemplate with the Apache's factory and the error 404 found. Link to the project and Link to the blog

  • Nov 18 Logging of Requests and Responses in Spring (including body) Spring Boot Web Application where we trace in logs the request and the response including the body. Link to the project and Link to the blog

  • Nov 18 Logging of Requests and Responses in Spring with Undertow (no body) Spring Boot Web Application where we configure Undertow as embedded server and enable RequestDumpingHandler to log requests and responses. Link to the project and Link to the blog