Learn to serve an image from the resources folder in a Spring Boot 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 (5)
- Networking (5)
- Java IO (5)
- Java (5)
- Spring MVC (3)
- Persistence (3)
- Logging (3)
- Java Web (3)
- Core Java (3)
- Testing (2)
- Spring Security (2)
- Reactive (2)
- Jakarta EE (2)
- IDE (2)
- Spring WebFlux (1)
- Spring Web (1)
- Maven (1)
- Java List (1)
- Java Dates (1)
- JPA (1)
- HTTP Client-Side (1)
- Artificial Intelligence (1)
- Architecture (1)
Convert Hex to RGB Using Java
Filed under Core 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.
Expression Types in Thymeleaf
Filed under Spring MVC
Learn the different expression types available in Thymeleaf with examples.