This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Description
After #620 spring boot properties have changed.
So here:
|
@Value("${server.context-path:}") |
the property
server.context-path has to be changed to
server.servlet.context-path.
Otherwise the context path will not be properly detected with recent spring-boot and therefore local REST tests may fail.