arkha e8fa004f91 add readme пре 1 година
..
src e8fa004f91 add readme пре 1 година
.dockerignore 2c0d3cb720 update Dockerfile пре 1 година
Dockerfile 9a4a91e2c7 change datasources пре 1 година
README.md e8fa004f91 add readme пре 1 година
pom.xml e8fa004f91 add readme пре 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

Build

Run the following commands in your terminal:

$ mvn package