In this blog, you will learn how to pass arguments to step definitions when using Cucumber and Spring Boot. Cucumber is a tool that supports Behaviour-Driven Development (BDD). Enjoy!
Continue reading “Cucumber & Spring Boot Integration: Passing Arguments to Step Definitions Explained”Effective Java Application Testing with Cucumber and BDD
Increase your testing efficiency by utilizing Cucumber for Java application testing, fully integrated with Behaviour-Driven Development (BDD). This guide provides comprehensive steps for project setup, scenario writing, step implementation, and reporting.
Continue reading “Effective Java Application Testing with Cucumber and BDD”Generate Object Mapping Using MapStruct
Do you need to write a lot of mapping code in order to map between different object models? MapStruct simplifies this task by generating mapping code. In this blog, you will learn some basic features of MapStruct. Enjoy!
Continue reading “Generate Object Mapping Using MapStruct”Validation With Spring Boot
When building a Spring Boot application, you will need to validate the input of web requests, the input to your services, etc. In this blog, you will learn how to add validation to your Spring Boot application. Enjoy!
Continue reading “Validation With Spring Boot”How to Monitor a Spring Boot App With Ostara
In this blog, you will learn how to monitor a Spring Boot application using Ostara. Ostara is a desktop application which monitors and manages your application. Enjoy!
Continue reading “How to Monitor a Spring Boot App With Ostara”What’s New Between Java 17 and Java 21?
The 19th of September 2023, Java 21 was released. Time to take a closer look at the changes since the last LTS release, which is Java 17. In this blog, some of the changes between Java 17 and Java 21 are highlighted, mainly by means of examples. Enjoy!
Continue reading “What’s New Between Java 17 and Java 21?”Devoxx Belgium 2023 Takeaways
In October 2023, I visited Devoxx Belgium and again it was an awesome event! I learned a lot and received quite some information which I do not want to withhold from you. In this blog, you can find my takeaways of Devoxx Belgium 2023!
Continue reading “Devoxx Belgium 2023 Takeaways”How to Generate Spring Properties Documentation
Are you also struggling keeping the documentation of your Spring configuration properties in line with the code? In this blog, you will take a look at the Spring Configuration Property Documenter Maven plugin, which solves this issue for you. Enjoy!
Continue reading “How to Generate Spring Properties Documentation”Spring Boot Configuration Properties Explained
Do you also get lost in the configuration annotations of Spring Boot and how to use them? In this blog, you will take a look at the configuration annotations, what they mean and how you can apply them in your code. Everything explained by means of examples. Enjoy!
Continue reading “Spring Boot Configuration Properties Explained”What Is JHipster?
In this blog, you will learn more about JHipster and how it can help you with developing modern web applications. Enjoy!
Continue reading “What Is JHipster?”