I have a maven project, using spring boot and vaadin flow. But I can't change the web context when deploy in my server.
I try putting different variables into the file application.properties
vaadin.urlMapping=/mycontext/*
server.servlet.context-path=/mycontext
server.contextPath=/mycontext
Always after deploying the project, it continues showing the context like my-project-01-SNAPSHOT
UPDATE
I deploy like a WAR application in a wildfly server.