arkha 236dbf3474 update readme add license howto 1 yıl önce
..
dev 236dbf3474 update readme add license howto 1 yıl önce
src 236dbf3474 update readme add license howto 1 yıl önce
.dockerignore 070d4e82e6 fix dev datasource 1 yıl önce
Dockerfile 070d4e82e6 fix dev datasource 1 yıl önce
README.md 0322e43caf add dependency jplugin2 1 yıl önce
pom.xml a25a099658 set hibernate config use datasource 1 yıl önce

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