Learn how to use the CommonMark library to parse Markdown into HTML and convert HTML back into Markdown.
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)
JMOD File Format in Java
Filed under Java
Learn what a JMOD file is, how it differs from a JAR file, and when to use it.
How to Put a Text Without Removing HTML Structures in Thymeleaf
Filed under Spring MVC, Spring Web
Learn about the common mistakes that can break HTML structure when working with Thymeleaf and explore two approaches to fix them.
Introduction to Payara
Filed under Jakarta EE, Java Web
Learn the basics of using the Payara Server, a full Jakarta EE-compliant application server.
Introduction to Testing Micronaut With JUnit 5
Filed under Testing
Learn how to set up and write JUnit tests in a Micronaut application.
How to Properly Configure Jakarta EE Libraries in Maven pom.xml for Tomcat?
Filed under Jakarta EE, Maven
Explore common dependency configuration pitfalls when setting up Jakarta EE for Tomcat.
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.