Surefire and Failsafe: Benefits of parallel execution
Why split the test execution in the build process for different types of tests? By default, all unit tests written with JUnit and Mockito will be categorised as Unit tests whereas all other types of tests integrate one or more pieces or units of the syste...
Spring Boot integrated RabbitMQ
Recently I learned about micro services and here is how Spring Boot integrates RabbitMQ to send messages to other micro services. Prerequisites IntelliJ IDEA RabbitMQ Getting started 1.Start by creating an empty Spring Boot project and add the Maven dep...