/Hibernate-Demo

Hibernate-ORM Demo Project With H2 Database and JBoss EAP

Primary LanguageJavaApache License 2.0Apache-2.0

Hibernate-Demo

Hibernate-ORM Demo Project (CRUD operations) With H2 Datasource and JBoss EAP/WILDFLY

Build Project

mvn clean install

Deploy in EAP 7.x

  1. Strat the JBoss EAP
  2. Connect to cli:
./jboss-cli.sh -c
  1. Then deploy the war file (the war file can be found under /target folder) into JBoss EAP using below cli command:
deploy /path/to/xxxxxx.war