Skip to content

NovatecConsulting/technologyconsulting-showcase-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

showcase-util

The deployment project where all EAR files of the showcase are deployed together on the open liberty server.

configuration

could be found in resources/liberty/config/server.xml

basic setup or smoke test

Please use the smoketest setup-db.sh scripts of the corresponding domain parent project in following order to do a basic setup

after the basic setup you can use the business-call.sh script (or the curl calls inside the script) in the smoketest folder. The business-call.sh script also start/stop the mockserver which is not really in this project but it does not conflict with open liberty so far.

Be aware that the corresponding domain objects have to exist for a call otherwiese you get a error from the call. The three domains will interact with each other during the execution of the smoke test. The setup during the smoke test will fit together over the three domains. i.e. the item id in order domain is corresponding to the assembly id in the manufacture domain which itself corresponds to the supplier_component id in the supplier domain.

build, run and stop supplierdomain on an open liberty server

  • build: mvn clean install
  • run: mvn liberty:run
  • stop: mvn liberty:stop
  • run open liberty in development mode: mvn liberty:dev

openAPI

check openAPI if the server is running for the full API of all three domains

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published