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 has been archived by the owner on Nov 23, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
After #620 spring boot properties have changed.
So here:
oasp4j/modules/service/src/main/java/io/oasp/module/service/common/impl/discovery/ServiceDiscovererImplConfig.java
Line 32 in a2b1bb1
the property
server.context-path
has to be changed toserver.servlet.context-path
.Otherwise the context path will not be properly detected with recent spring-boot and therefore local REST tests may fail.
The text was updated successfully, but these errors were encountered: