Posts by Alan Lones • 55 points
3 posts
-
4
votes2
answers884
viewsQ: Problem with currency percentage and rounding
How to maintain monetary values with only 2 decimal places when performing percentage operations? Example: Total value: R$ 377,17 Percentage divisions: 33%, 33% and 34% Problem: the sum of the value…
-
0
votes2
answers121
viewsA: Doubt about consuming backend with Spring
From what I understand you would have to publish both applications. The app in the google store and the backend with the web services on a server that supports spring boot. With the published…
-
1
votes3
answers462
viewsQ: How to limit a user to only access their own data?
I am developing a task list application for study, however, all users access all tasks. I wonder if anyone has ever implemented something like this with the Spring Security and how you did.…