-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring.content.rest.base-uri leading slash missing #87
Comments
I am unable to reproduce this @lmtoo In a spring boot application, I have this dependency:
and this in my application.properties:
(I also tried: With that configuration, I was able to post content for a document to:
Is it possible to create a small spring boot app that repro-es the issue, push it to your github org and point this issue at it? |
I configed spring.content.rest.base-uri=/api/v1 ,but result document link is
http://localhost:8080/archivesapi/v1/content/4
compile group: 'com.github.paulcwarren', name: 'spring-content-rest-boot-starter', version: '1.0.0.M3'
The text was updated successfully, but these errors were encountered: