Posts by BrunoFow • 3 points
2 posts
-
0
votes1
answer71
viewsQ: How to reference a data already existing in the table with Hibernate
I’m creating an api using Java with Springboot, and Ibernate. The idea is to save guests in the database, and these guests have a group, I don’t really understand the notes, but Mapeei with…
-
0
votes1
answer98
viewsQ: Css only applies on one page, using Spring MVC
Hello, I’m doing a project using Spring MVC I’m applying a css to the main page and it’s all right. <link href="${contextPath}resources/css/reset.css" rel="stylesheet" type="text/css"…