Posts by Kellerman Paulo • 16 points
3 posts
-
0
votes1
answer41
viewsQ: Django REST Swagger - Gera 2 GET methods
I am implementing a REST API with Django REST Swagger 2.2.0. For a given endpoint I have defined that the following methods are available: http_method_names = ['post', 'put', 'get'] However, in…
-
0
votes1
answer39
viewsA: Addition to an autocomplete
You can define in your controller (Managedbean) an attribute of the Boolean type. When you perform a search and the results come empty, you set this attribute to false. private Boolean…
-
0
votes1
answer436
viewsA: Export Project with Images
This error might be related to how you are exporting your jar. Or maybe how you are setting the path to your image. This means that your images are being exported to the jar, but are no longer on…