Questions tagged as 'spring-boot'

1
answer

How can I get values from several selected checkboxes and send them as a List to the Spring MVC?

Alright? I'm having a question, I'm developing a system using Spring MVC and HTML 5 in View, and as a renderer I'm using thymeleaf. I'm trying to get all the selected values from a checkbox set that represent the days of the week: Monday, Tue...
asked by 24.01.2017 / 21:13
2
answers

How to customize tomcat logging in spring boot?

I have a small problem with my application, my tomcat log is generating a large amount of data, and this is leaving the company application half slow, I wonder if there is any way to decrease the amount of log , in other words, if there is how t...
asked by 02.01.2017 / 11:49
1
answer

Spring Boot does not start in Debug mode (Java)

I have an application developed with SpringBoot and I can not start my application only in debug mode . (If it is not debug it starts normally) It looks like looping and this error message pops up in the log javax.management.InstanceNotFoundE...
asked by 03.11.2016 / 15:17
1
answer

Serialization LocalDateTime

I'm trying to serialize an object that has a date with the LocalDateTime class using Spring Boot, but the following error: 2016-10-09 18:28:26.218 WARN 17395 --- [ XNIO-2 task-2] .w.s.m.s.DefaultHandlerExceptionResolver : Failed to read HTTP m...
asked by 10.10.2016 / 11:07
1
answer

Validate registry data (spring-boot + angularjs)

Hello, I'm implementing a web project in spring boot + data + angularjs. Where the client makes rest requests to the server. On the Spring side I'm using repositories to develop the database search with CrudRepository. @RepositoryRestResour...
asked by 15.08.2016 / 13:39
1
answer

Json Custom Spring Receipt

Hello, guys. All right? Currently on my system I'm mapping objects to Spring's default form, but I'd like to do a custom mapping: Current driver @RequestMapping(value = "", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JS...
asked by 28.06.2016 / 00:38
3
answers

Spring Boot error message

I can not understand the error message, can anyone help me; java.lang.Object.wait(Native Method) java.lang.ref.ReferenceQueue.remove(Unknown Source) com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43...
asked by 06.03.2016 / 19:59
1
answer

BootsFaces Error javax.faces.FacesException: Expression error

Follow the error javax.faces.FacesException: Erro de expressão: Objeto denominado: net.bootsfaces.component.Button não encontrado. Pom <dependency> <groupId>net.bootsfaces</groupId> <artifactId...
asked by 01.10.2015 / 22:07
0
answers

Problems with axes, Spring Boot and base64

I'm trying to make a post from my react native app for my Spring boot application. However, I'm getting this error:    java.lang.IllegalArgumentException: Illegal base64 character a React Native Code: axios({ method: 'post', url...
asked by 20.12.2018 / 12:22