oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

application context path wrongly provided by archetype 3.0.0 #688

Closed maybeec closed 5 years ago

maybeec commented 5 years ago

Currently, the archetype provides the context path with the configuration parameter server.context-path=/ which is not recognized by spring boot 2 anymore. You have to use server.servlet.context-path=/ now to make it work. This should be correctly reflected in the archetype and be documented for upgrading.

maybeec commented 5 years ago

duplicate of #683