Posts by Lucas • 15 points
2 posts
-
0
votes1
answer63
viewsQ: Jsoup does not bring full HTML Document
When capturing the page and displaying it on the console, I realized that the HTML was not complete. During the execution I can notice that it returns many elements, but when it finishes the…
-
0
votes1
answer98
viewsQ: How do I set up a column to be composed in Mysql with Hibernate (Java)?
I’m doing a CRUD and in creating my model I’ve reached a point where I can’t get out. I have a table "Plan" and each plan can have several "Modalities", as well as several "Extras", but I do not…