How to Connect WildFly to PostgreSQL – A Step-by-Step Tutorial



How to Connect WildFly to PostgreSQL – A Step-by-Step Tutorial

How to Connect WildFly to PostgreSQL - A Step-by-Step Tutorial

Video based on this post https://marco.dev/use-postgresql-with-wildfly
The tutorial shows how to configure WildFly or JBoss to use the services of PostgreSQL.
This is a step-by-step guide. All the code is available in the blog.

– How to start Postgres using docker
– Download the Postgres JDBC Driver and install it correctly
– How to create a module in WildFly / JBoss with the JDBC Driver
– Add the datasource in WildFly
– Test the deployment

Comments are closed.