Getting error while deploying the java spring boot application in the azure function
I have created an application using java spring boot. I want to deploy it in the azure function app and im deploying it in the azure function app via vs code by using the below commands ./mvnw clean package ./mvnw…