Pinned Repositories
chatbot-using-spring-boot-and-chatgpt
A simple Spring Boot app to create a chatbot using ChatGPT API Endpoints.
flyway-spring-boot
A simple project demonstrating multi-environment database migrations using Flyway and Spring Boot
spring-ai-chain-workflow
A simple Spring Boot app showcasing how to implement chain workflow pattern using Spring AI.
spring-ai-parallelization-workflow
A simple spring boot app demonstrating how to implement Parallelization Workflow pattern using Spring AI
spring-bean-life-cycle
A simple Spring Boot app to understand the different stages of Spring Bean life cycle
spring-boot-ai-confluence-mcp-server
A Spring Boot AI-powered Model Context Protocol Server for interacting with Confluence Cloud
spring-boot-brotli-compression
A simple Spring Boot 3.x application demonstrating how to send brotli compressed responses
spring-boot-resilience4j-retry
A simple app highlighting how we can implement retry mechanism using Resilience4j in Spring Boot
spring-boot-shedlock-mongodb
A simple Spring Boot app showcasing how to use Shedlock with Spring Scheduler and MongoDB
spring-boot-virtual-threads
A simple app demonstrating how we can use virtual threads in Spring Boot application for enhanced concurrency and performance
BootcampToProd's Repositories
BootcampToProd/chatbot-using-spring-boot-and-chatgpt
A simple Spring Boot app to create a chatbot using ChatGPT API Endpoints.
BootcampToProd/spring-boot-customize-logging-format
A simple Spring Boot app highlighting how we can customize the logging format using application properties and how we can add custom logging properties using MDC
BootcampToProd/spring-boot-vault-maven-plugin-read-secrets
A simple Spring Boot app to read secrets from HashiCorp Vault using vault maven plugin.
BootcampToProd/spring-boot-jasypt
A simple Spring Boot app to encrypt and decrypt secrets using Jasypt
BootcampToProd/spring-boot-3-custom-client-request-observation-convention
A simple spring boot 3.x app highlighting how we can override tags in rest template metrics using the client request observation convention interface available in Spring Boot 3. This will override the default tags that are provided by the framework.
BootcampToProd/spring-boot-3-default-client-request-observation-convention
A simple spring boot 3.x app highlighting how we can add our own tags in rest template metrics. This will add new tags in addition to default tags provided by Spring Framework.
BootcampToProd/spring-boot-2-custom-rest-template-exchange-tags-provider
A simple spring boot 2.x app highlighting how we can override tags in rest template metrics using the rest template exchange tags provider interface available in Spring Boot 2. This will override the default tags that are provided by the framework.
BootcampToProd/spring-boot-2-default-rest-template-exchange-tags-provider
A simple spring boot 2.x app highlighting how we can add our own tags in rest template metrics. This will add new tags in addition to default tags provided by Spring Framework.
BootcampToProd/spring-boot-3-custom-server-request-observation-convention
A simple spring boot 3.x app highlighting how we can add our own tags in controller metrics. This will override the default tags provided by Spring Framework.
BootcampToProd/spring-boot-3-extended-server-request-observation-convention
A simple spring boot 3.x app highlighting how we can add our own tags in controller metrics. This will add new tags in addition to default tags provided by Spring Framework.
BootcampToProd/spring-boot-2-web-mvc-tags-provider
A simple spring boot 2.x app highlighting how we can add our own tags in controller metrics. This will override the default tags provided by Spring Framework.
BootcampToProd/spring-boot-2-web-mvc-tags-contributor
A simple spring boot 2.x app highlighting how we can add our own tags in controller metrics