Posts by Everton Levi • 5 points
4 posts
-
0
votes0
answers21
viewsQ: Rule with list completion in Prolog
I must follow the rule "The teacher cannot teach more than one subject at the same time", among others. Today I have rules: :- [fatos]. ministra(PROFESSOR, MATERIA):-…
-
0
votes1
answer230
viewsQ: Spring Boot - initial test data
I am trying to pass data to test the front, but the controller is not getting the data that Spring Boot should start. My application.properties: spring.jpa.hibernate.ddl-auto=create My import.sql:…
-
0
votes1
answer186
viewsQ: Error @Postmapping @Manytoone settando "usuario_id" spring boot
I’m using Spring and Hibernate in one of the applications I’m working on and I have a problem with processing transactions. I need to do a POST using 2 entities, the Lancamentoentity and…
-
-1
votes2
answers245
viewsQ: Error 404 - The requested Resource is not available. Jersey REST
When starto the Tomcat he calmly calls the Hello World on index.jsp. But when I call @Path it gives 404. I’m calling: http://localhost:8080/backend/service/todosClientes. I’m wearing the Soapui…