Explore common dependency configuration pitfalls when setting up Jakarta EE for Tomcat.
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)
Mocking Logger and LoggerFactory
Learn how to mock Logger and LoggerFactory when testing using Mockito.
API Documentation Using Smart-Doc
Filed under Java, Spring Boot
Explore how to use Smart-Doc to generate API documentation for a Java application.
Inline Images in Email Using Java Mail
Filed under Networking
Learn how to send an email with an inlined image by defining multiple parts in the email.
How to Use Apache Camel ProducerTemplate With Spring Boot
Filed under Spring Boot
Learn how to use the ProducerTemplate in a Spring Boot and Apache Camel application.
Introduction to Tribuo – A Java Machine Learning Library
Filed under Artificial Intelligence
Learn about the different machine learning algorithms available in Tribuo with practical examples.
How to Fix H2 Console Not Showing in Browser With Spring Boot
Filed under Persistence, Spring Boot
Learn how to resolve the H2 console blank page issue by configuring the X-Frame-Options header in Spring Security.
Connect Java Spring Boot to Db2 Database
Filed under JPA, Spring Boot
Learn how to set up an IBM Db2 database and connect to it using the Db2 driver in a Spring Boot application.
Creating a Custom Linked List Data Structure in Java
Filed under Java List
Learn how to implement a custom singly linked list in Java with the functionality to insert, remove, retrieve, and count elements.