Questions tagged as 'spring-mvc'

0
answers

Spring Debugg many files appear

Good day I'm working with Java Spring, and when debugging the program, by going step by step, I open and walk through the steps of default classes created by spring, and not only those I did. Surely there is a configuration to change this but I...
asked by 14.12.2018 / 21:21
1
answer

Help with Spring Security - Request method 'POST' not supported and how to remove window by default?

I have two problems in one, I do not know if it's okay to post the two together but I think they have a relationship with each other so there it goes: I'm trying to apply Spring Security to my project. The first thing I did was add these d...
asked by 14.12.2018 / 17:30
1
answer

Error 'org.thymeleaf.spring4.processor.attr.SpringOptionFieldAttrProcessor' when posting object from form with ThymeLeaf and Spring MVC

This is my class FisicHost.java : // Remove imports and getter / setters to make it shorter @Entity @Transactional public class FisicHost { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @ManyToO...
asked by 28.11.2018 / 17:00
0
answers

I can not raise my project in java (spring mvc)

I am working on a project of the institute I use java with the framework spring, today all day I was working on the project normally, but after a while the project simply does not raise it tells me this error In-place deployment at C:\Users\SA...
asked by 26.11.2018 / 07:23
0
answers

Why does the "delete" not work as expected? Java, Spring MVC

The credential is simply not deleted, what am I doing wrong? I am debugging and the credential that I want to delete if it exists, more when it does the "delete" is not deleted. Controller method: @Autowired private CredentialDao...
asked by 21.11.2018 / 13:45
0
answers

Help with Petclinic Spring

I had a very strange error, apparently I think it is the repository that is in the .m2, the problem is when I do a "clean and build" at spring petclinic, send me an error from jacoco, any solution? cd C:\Users\mi nombre\Desktop\FonBon-Funciona...
asked by 23.11.2018 / 06:54
0
answers

Problem with querys in Spring MVC WEB

I have a problem with queries of INSERT INTO ordenes_producto ... and UPDATE ordenes_producto SET ... . When I complete the form and it does not return any problems. It does exactly what it should do. If the query is correct but in...
asked by 01.11.2018 / 00:52
0
answers

Problems with sending mail from Spring MVC Web

I have a problem with sending emails from my web application with spring web mvc This is my code, it would be very helpful for someone to give me an answer, thank you in advance. Log-File: StandardWrapperValve[dispatcher]: Servlet.service()...
asked by 05.11.2018 / 00:05
0
answers

I can not upload the resources (css, js and img) in web page with spring mvc

I'm new to Spring mvc and I'm trying to do a web project, I could load a simple page without styles, but when I want to upload images or css I do not take the route, I would like to know how I can implement it, and try many answers that I saw in...
asked by 22.10.2018 / 21:11
1
answer

Because I lose data when reloading the JAVA WEB page

I am new to this of hibernate and spring mvc, I have managed to show the data of the "users" table, the first time I load the URL If it shows me the data, but when reloading they disappear. code of the model class "UsersModel"...
asked by 14.10.2018 / 05:42