Posts by WeltonSistemas • 75 points
10 posts
-
3
votes1
answer59
viewsQ: Migrating from svn to git: tags get a@with a number at the end of the tag. What can it be?
I have a question. I cloned the project with git svn clone. I used the git remote add +url to add the remote repository. When I am doing the git push --tags git tags are going in a different format…
gitasked WeltonSistemas 75 -
0
votes0
answers263
viewsQ: Angular forwarding NULL data
I already checked here on this link Request problem with jQuery ($. ajax) and Angular ($http) however I am not consequent sending in json format my data of a form in html , dry error Possibly…
-
1
votes1
answer3358
viewsQ: Uncaught Referenceerror: angular is not defined
I am in trouble because I am studying routes in angular and I came across the errors sequintes in the console Uncaught ReferenceError: angular is not defined at app.js:1 and also this Uncaught…
angularjsasked WeltonSistemas 75 -
0
votes0
answers397
viewsQ: Java user authentication using Mysql database and Framework spring boot
good afternoon. I am in the development of a web application using the framework spring boot, Ibernate and jpa with the mysql database. Finally I have a question about the authentication of this…
javaasked WeltonSistemas 75 -
0
votes1
answer167
viewsA: Date not accepted in Mysql database
I managed to solve used: @DateTimeFormat(pattern = "yyyy-MM-dd") in my class.
javaanswered WeltonSistemas 75 -
0
votes1
answer167
viewsQ: Date not accepted in Mysql database
I have a doubt because I am developing a web application using the Spring Boot, I have my table in the bank Mysql ready and working normally but not saving the date appears this error on the…
javaasked WeltonSistemas 75 -
0
votes1
answer5711
viewsQ: Spring boot error called controller "This application has no Explicit Mapping for /error"
I have a problem because I’m learning to use the methods GET and POST using the Spring Boot, but only one controller I’m not able to show on the screen. Well I’m using the JSP already configured in…
-
2
votes1
answer590
viewsQ: Error starting spring boot application
I need help I’m trying to start the application on spring boot, dry the complete error org.thymeleaf.exceptions.TemplateInputException: Error resolving template "error", template might not exist or…
spring-bootasked WeltonSistemas 75 -
1
votes3
answers3880
viewsA: HTTP status 500 Internal server error
I made some modifications and I succeeded, I put it like this: Controller: @RequestMapping(value = "/buscar", method = RequestMethod.GET) //buscar todos public String list(Model model) {…
-
0
votes3
answers3880
viewsQ: HTTP status 500 Internal server error
I have a problem in my web application in spring boot compiles and starts the server, but when it starts localhost:8080/buscar appears the following error: Controller class: package…