0 results found in this keyword

Kevin Kouomeu

Kevin Kouomeu

115 posts

I'm a Freelance Software Engineer working in Nantes, France 🇫🇷 . My goal is to learn and share what I have discovered with the developers community on Java, JavaScript and other web technologies.

Stay in touch :

  14 Jan 2024

A Practical Guide to Using ActiveMQ JMS with Spring Boot

This tutorial will show you how to set up and use JMS Messaging with Spring Boot, focusing on the use of Apache ActiveMQ deployed on a docker container...

Read More

  06 Jan 2024

How to Run a Spring Boot App with Maven Command

In this quick guide, we'll walk you through the steps to launch your Spring Boot app using a Maven command...

Read More

  03 Jan 2024

Demystifying the Classpath in Spring Boot: Your Guide to Class Loading

The classpath is used to manage the application's structure and ensure seamless resource access for Spring Boot. This post will give you the knowledge you need to navigate it with confidence...

Read More

  01 Jan 2024

How to Change the Project Name in Docker Compose

In this snippet, you will learn how to change the compose project name to avoid conflicts with other projects or having a more human-readable name...

Read More

  01 Jan 2024

Troubleshooting "NoSuchFieldError: JCImport does not have member field JCTree qualid" in Spring Boot project after upgrading to JDK 21

In this tutorial, you will know how to resolve the "java.lang.NoSuchFieldError: JCImport does not have member field JCTree qualid" issue...

Read More

  31 Dec 2023

Use Static Factory Method Instead of Constructors

Through practical examples and insightful explanations, you'll gain a comprehensive understanding of how to create objects using Static Factory Method...

Read More