In this article we will show an example to to connect to an H2 Database from Java. At first, we will use create a Java example for the Embedded H2 Database. Then, we will modify the example to connect to a remote H2 Database.
How to customize WildFly using Env variables
In this article, we will learn how to leverage environment variables to modify and optimize WildFly configurations. We will explore first how to pass environment variables to a basic WildFly configuration. Then, in the next article we will show a common use case for this feature which is Cloud provisioning of WildFly. Passing environment variables … Read more