Posts by Marcos Paulo • 75 points
6 posts
-
0
votes1
answer68
viewsQ: Error Spring MVC Rest Full
Good night, I’m trying to compile a code to run a simple Rest in spring mvc, but found with the error "The request sent by the client was syntactically incorrect." Class Controller package…
-
1
votes1
answer180
viewsQ: Bug in Spring with Hibernate query code
I have a problem, I am studying spring mvc with Hibernate and I ended up entering a bug where it returns the following exception "java.lang.Nullpointerexception", follows the codes:…
-
0
votes2
answers267
viewsQ: 404 in css file after spring mapping
Good night to you all! I can’t access the css of my application in spring, even after mapping resouce, follows codes: @Override public void addResourceHandlers(ResourceHandlerRegistry registry) {…
-
0
votes1
answer1192
viewsA: Bug on booting Tomcat
Good morning to all! The problem has been solved by deleting the Repository from Maven, and downloading all dependencies again. Thank you!
-
1
votes1
answer1192
viewsQ: Bug on booting Tomcat
Good evening, everyone, I started to study the book of the code house, spring mvc, but right off the bat I made the following mistake when trying to start the cat tone, someone can help? jan 23,…
-
1
votes2
answers1411
viewsQ: Separate the backend frontend or not?
I have a question that has not yet been clarified, in the development with php, the ideal is to separate the backend of the frontend, using Rest and consequently web services, or the traditional…