The steps are the same troughout all projects
- JavaFx client can run in docker container and is accessible from thanks to JPro framework
- You can star the local docker stack by running
docker-compose.yml. Important, you must build the mdm-client project befor starting the docker container by runningmvn clean jpro:release(the dockerfile uses the generated artifacts from target folder to build the image.)
- You can also run the JavaFx client as a desktop application.
- Either from your IDE by starting spring boot application. (mostly called
Applicatoin.javain every project) - or by running executable JAR file which you find in your target folder after execuring
mvn clean installcommand
- Either from your IDE by starting spring boot application. (mostly called
FYI: if you wonder what the name MDM means, then it is a shortcut for Master Data Management. As I plan to use this starter project to build more comples master data management service for my client.

