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
Thanks a lot for the great course. I might be wrong, but it looks like the location header which is returned when a new post is added is incorrect. So the full url will be /jpa/users/1/posts/5
However it looks like doesn't have and an endpoint to find post by an id, something like
@GetMapping("/jpa/users/{userId}/posts/{id}")
Best Regards,
Anton Balaniuc
The text was updated successfully, but these errors were encountered:
srini2810
pushed a commit
to srini2810/spring-microservices
that referenced
this issue
Jun 15, 2022
…earch from Philo to develop
* commit 'c6c533784dac586697bdaa27767e519da5404a3b':
PHILO Changes
[ release-build-complete ] : incrementing development snapshot version
gradle.properties edited online with Bitbucket
spring-microservices/02.restful-web-services/src/main/java/com/in28minutes/rest/webservices/restfulwebservices/user/UserJPAResource.java
Line 107 in d467683
hi @in28minutes,
Thanks a lot for the great course. I might be wrong, but it looks like the location header which is returned when a new post is added is incorrect. So the full url will be
/jpa/users/1/posts/5
However it looks like doesn't have and an endpoint to find post by an id, something like
Best Regards,
Anton Balaniuc
The text was updated successfully, but these errors were encountered: