Why SpringMVC Request method ‘GET’ not supported?
If you know that you’ll want to see all Comments every time you retrieve a Topic then change your field mapping for comments to: @OneToMany(fetch = FetchType.EAGER, mappedBy ...
-
April 4, 2022
- 0 Comments
In postman, set method type to POST. Then select Body -> form-data -> Enter your parameter name (file according to your code) and on right ...
-
April 4, 2022
- 0 Comments