Skip to content

A small web application using wildfly-jar-maven-plugin and the brand new wildfly-datasources-preview-galleon-pack

License

Notifications You must be signed in to change notification settings

joriatti/quick-db-web-app

 
 

Repository files navigation

A Quick Database Aware Web App

Set environment variables for that the application can reference in order to reach your database

export POSTGRESQL_HOST=server.withyourdatabase.com
export POSTGRESQL_PORT=5432
export POSTGRESQL_DATABASE=quickDb
export POSTGRESQL_USER=yourUsername
export POSTGRESQL_PASSWORD=yourSecretPassword

Run the application using the wildfly-jar-maven-plugin

mvn wildfly-jar:dev-watch

You'll be able to reach the running application [here] (http://localhost:8080/quick)

http://localhost:8080/quick

About

A small web application using wildfly-jar-maven-plugin and the brand new wildfly-datasources-preview-galleon-pack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.7%
  • HTML 13.1%
  • Dockerfile 2.6%
  • CSS 2.6%