1
0
arkha 0322e43caf add dependency jplugin2 1 سال پیش
..
dev 908fa4113c update config, hcx 1 سال پیش
src 0322e43caf add dependency jplugin2 1 سال پیش
README.md 0322e43caf add dependency jplugin2 1 سال پیش
pom.xml 0322e43caf add dependency jplugin2 1 سال پیش

README.md

MWUI (Middleware User Interface)

This guide provides the steps to develop, and create a WAR file.

Prerequisites

  1. Ensure that you have Apache Maven installed and properly configured in your system.
  2. Verify that the db container is running.

Installation Steps

Development

Run the following commands in your terminal:

$ cd ~/btnmw-was/MWUI

$ mvn clean install

$ mvn liberty:dev

Build

Run the following commands in your terminal:

$ mvn package