Questions tagged as 'spring-mvc'

1
answer

Spring MVC REST JSON

To have a problem, in my controller when I have some entity with relationship it does not return the JSON, I already try to put the @JsonIgnore in the get of the references entity but nothing follows the code. @Entity @Table(name="tb_consumer")...
asked by 01.09.2014 / 20:07
1
answer

Spring Bind's with Collections

I have not been able to find a solution on how to solve this question yet, after researching and searching I found something about how I can bind elements from my form to a collection in a POJO. But first I would like to explain the business rul...
asked by 14.10.2014 / 20:51
1
answer

Object after persisted and returned inconsistent to a dropdown list

Hello everyone, good afternoon! Well, briefly I have a problem where I have no idea what might be happening. In my opinion, such behavior does not make sense. I'm using Spring MVC + Spring Data to facilitate CRUD operations on my system. I...
asked by 08.08.2014 / 23:09
0
answers

How to display sub comment of the parent comment sub with Spring Boot and AngularJs?

I want to display every comment with sub-parent comments with your child sub-comments. Same as this example. comentario #1 comentario 1 resposta #4 do #1 resposta comentario 1 resposta #8 do #4 resposta do resposta comentario...
asked by 19.12.2018 / 13:41
1
answer

X-FRAME-OPTIONS TO DENY

I'm needing a targeting. I am developing an application where on one of the screen users are allowed to view a specific report of the page, to avoid that when clicking on the option to generate the report it was redirected to the report, I creat...
asked by 26.12.2018 / 13:45
2
answers

Send List + Parameter for Controller

I'm trying to send a list and a parameter to my controller. My controller looks like this: @RequestMapping("/lista-receitas") @ResponseBody public String recebeLista(@RequestBody List<Receita> receitas, @RequestParam("nome") String nome)...
asked by 17.12.2018 / 13:45
1
answer

2 form on the same page with Spring mvc, Thymeleaf, does anyone know how?

This registration form for Physician, so I created this modal for the user to register specialties. @GetMapping("/cadastro") public ModelAndView preSalvar(@ModelAttribute("medico") Medico medico,@ModelAttribute Especialidade especialidade){...
asked by 03.12.2018 / 01:37
1
answer

JPA, Hibernate, Spring MVC, Maven - Definition

I have many doubts in definitions! My goal is to build an architecture of a system, but the definitions of JPA, HIBERNATE, SPRING MVC, MAVEN, are obscure. JPA: Nothing is more than a specification (ok) Hibernate: Persistence Provider,...
asked by 24.06.2016 / 01:57
0
answers

block access with Spring

Beauty, in the configuration I made I can not block access to the pages that are inside another folder inside my views folder. IncaseI'mtryingtoblockaccesstoeverythingwithinthecontrolfolder. My setup is this way and it seems all right...
asked by 12.11.2018 / 11:47
0
answers

Problems to run Widfly 14

I'm doing a course where I create a client registry, but by the time I'm going to run the server Widfly 14, I get the following error: Can you help me please?     
asked by 12.11.2018 / 14:30