Error: Error processing app files: lstat /Users/nisum/Documents/spring-boot-application-in-cloud/target/SpringBoot-Thymeleaf-Demo-Application-1.3.5.RELEASE.jar: no such file or directory
I am getting this issue while trying to push the app into the cloud server.
can you please help me out !!
have you build your app with mvn clean install ? if then there will be jar file inside target folder. then you have to give path in the manyfest.yml file like "target/****.jar" , then try to push the app.
Error: Error processing app files: lstat /Users/nisum/Documents/spring-boot-application-in-cloud/target/SpringBoot-Thymeleaf-Demo-Application-1.3.5.RELEASE.jar: no such file or directory
I am getting this issue while trying to push the app into the cloud server. can you please help me out !!