You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2019. It is now read-only.
The current Spring seed is Spring Boot 2.0 which requires a different parameter to set the context path:
Pre 2.0:
server.contextPath2.x:
server.servlet.context-pathSee: https://github.com/atomist/sample-sdm/blob/master/src/deploy/localSpringBootDeployers.ts
This has impact on the link shown and the actual deployment of the application