-
Notifications
You must be signed in to change notification settings - Fork 0
How to run
Mohamed Hassan (JOHN) edited this page Apr 26, 2025
·
16 revisions
-
Download the executable form of this
command-line utility
. -
Environment preparation:
-
Navigate to the folder where you have downloaded this
command-line utility
using the CMD, so you can use the below command easily.- You shall find the output of this tool beside the executable, then you have to move it to another folder, so you can start working on it.
-
Generate project's skeleton using this command:
skeleton-initializer_of_java-backend-component -component-purpose=<component-purpose> -output-directory=%cd% -project-name=<project-name>
where those 3 arguments are mandatory as below:- First argument
<component-purpose>
- web-interface
- web-interface-with-messaging
- scheduled-jobs
- scheduled-jobs-with-messaging
- authentication-component
- users-administration-component
- Second argument
output-directory
where%cd%
prints the current working directory which means generating the project's skeleton beside the executable - Third argument
<project-name>
- First argument
-
Then execute
mvn clean package
inside project's directory and make sure you have internet connection -
Finally you can open it via Eclipse IDE