git clone https://github.com/bandhan-majumder/Jenkins-CI-CD-Project
cd demo-app
mvn clean package
mvn sprinb-boot:run
- View the site on
localhost:8080
If the application build fails, make sure that -
- you have maven installed
- Java installed (version 17)
- The port 8080 is not captured by any other service
Read this hashnode blog : Link