Closed ajitkumargiri closed 6 years ago
Ok, i will check this as soon as possible.
I couldn't reproduce this issue, the {{apiURL}}/tags worked just fine. @ajitbapina can you provide the steps to reproduce this issue?
Creating POST {{apiUrl}}/articles with some new tags then it should insert new tags in Tag table. It seems there may be an issue in POST {{apiUrl}}/articles .
@ajitbapina ,
I've recorded a video showing the POST {{apiUrl}}/articles in action.
I'm using Postman to this video and you can find more in their documentation: Postman Docs
Can you let me know if this helped you?
While we are creating POST {{apiUrl}}/articles with some new tags. It is saved successfully but it is not coming in get {{apiUrl}}/tags api call.
Is there any repo in spring + hibernate/spring Jpa Thanks