Quick intro to logging in a Camel application.
Also find me here:
Baeldung Author
Olayemi Michael
I started coding after high school for fun. Coding became passion and Java became my choice of language. I have 5 years experience developing REST APIs for e-commerce and procurement industry. My major focus include Java, Spring Boot, Databases and Rust. If I'm not coding, I write about nutrition and teach people healthy eating.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (6)
- Networking (6)
- Java (6)
- Java IO (5)
- Reactive (3)
- Logging (3)
- Spring Security (2)
- Persistence (2)
- IDE (2)
- Core Java (2)
- Testing (1)
- Spring Web (1)
- Spring MVC (1)
- Maven (1)
- Java Web (1)
- Java List (1)
- Java Dates (1)
- Jakarta EE (1)
- JPA (1)
- HTTP Client-Side (1)
- Data (1)
- Artificial Intelligence (1)
- Architecture (1)
Creating a Spring Security Key for Signing a JWT Token
Filed under Spring Security
In this tutorial, we learn how to sign and verify a JWT token in Spring Boot.
Migrate Application from Spring Security 5 to Spring Security 6/Spring Boot 3
Filed under Spring Security
In this tutorial, we learn how to migrate an existing application using Spring Security 5 to Spring Security 6.
Add Camel Route at Runtime in Java
Filed under Architecture, Java
In this article, we learn how to implement dynamic routing in Apache Camel.
Display Image With Thymeleaf
Filed under Spring Boot
Learn to serve an image from the resources folder in a Spring Boot application.
Convert Hex to RGB Using Java
Filed under Java
Learn how to convert a hex color code to an equivalent RGB value in Java.
Reading PDF File Using Java
Filed under Java IO
Learn two different ways of reading PDF files in Java using the popular Apache PDFBox and iText libraries.
Comparing Two JAR Files in Java
Filed under Java
A quick and practical guide to comparing JAR files.
Alternatives for instanceof Operator in Java
Filed under Core Java
Learn alternatives to the traditional instanceof approach to improve code design and readability.