Posts by Marcelo Lubanco Thomé • 11 points
2 posts
-
1
votes3
answers780
viewsA: Is it feasible to change databases in an existing system?
The problem is that you will have rework if you are working with the native language of the database, if you use any framework to work on the layer of the entity in your code, the job you will have…
-
0
votes1
answer272
viewsA: Problem with Feign Client
@Feignclient does not yet support @Getmapping annotations, @Postmapping, @Updatemapping and @Deletemapping, use @Requestmapping instead of @Getmapping.