Skip to content

goldmann/wildfly-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example showing how we can connect a MariaDB database with WildFly application server.

Build

docker build --rm --tag wildfly-mariadb .

Run

docker run -d --name=mariadb fedora/mariadb
docker run -it --rm --link mariadb:mariadb -p 8080:8080 wildfly-mariadb

Source code

The source code of the application used in this example is available here. One change was made to the source -- the kitchensink-quickstart-ds.xml was removed, because we use the jboss/datasources/KitchensinkQuickstartDS dat source created in the /opt/wildfly/standalone/configuration/standalone.xml configuration file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages