Software Requirement
JDK 17 Setup Details
Follow Steps below to install Java 17 on CentOS/linux.
Install Java 17
Verify Java is Installed
Building Review Management Service Source Code
- Clone Review Management Service source code from Review Management Service
- Open ReviewManagementService/src/main/resources/application.properties in source code and update the username, password and database name and save the changes.
- Build the source code using maven to generate the jar file
"mvn clean install"
Deployment
- Copy the jar file to the VM where Review Management Service to be deployed.
- Create 2 directories review-management-service and logs in VM.
- Copy the jar file to review-management-service directory.
Run the below command from review-management-service directory to bring the Review Management Service up in the VM.
- reviewservice.log file will be created in the logs directory and we can check the real time logs of the Review Management using this file.