The simplest way to check the status of an application running on JBoss / WildFly is to use the CLI tool and the deployment-info command. Let’s see how to do it.
Getting started with MongoDB and Quarkus
This tutorial covers the all the steps required for creating a REST application with MongoDB NoSQL Database and Quarkus. MongoDB is a document-oriented NoSQL database which became popular in the last decade. It can be used for high volume data storage as a replacement for relational databases. Instead of using tables and rows, MongoDB makes … Read more