I am trying to do as it's written here:
https://spring.io/guides/gs/spring-boot-for-azure/
But everytime i deploy, i get this error:
Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:0.1.5:deploy (default-cli) on project gs-spring-boot: Execution default-cli of goal com.microsoft.azure:azure-webapp-maven-plugin:0.1.5:deploy failed: A required class was missing while executing com.microsoft.azure:azure-webapp-maven-plugin:0.1.5:deploy: javax/xml/bind/JAXBException
I tried all these things:
How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException in Java 9
And still doesn't work.