Posts by Yuri Miyazaki • 1 point
2 posts
-
-3
votes2
answers53582
viewsA: Access to Xmlhttprequest has been blocked by CORS policy
On the side of my server that is running on port 8080, I used in the controller the following annotation with Spring: @Requestmapping("/categories") @Crossorigin(Origins = "http://localhost:8100")…
-
0
votes2
answers4265
viewsA: How to create a PDF using iText for Android
Does anyone know how to create a PDF that mirrors a Holerite (Paycheck)? I was imagining two options: The first is creating an XML that represents the entire layout of the paycheck, so it would…