Questions tagged as 'spring-boot'

0
answers

Feign - Method has too many Body parameters

I have the following requestMethod in a RestController and it is working fine. @RequestMapping(path = "/api/v1/rest/websearcher/search/results", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_UTF8_VALUE) pub...
asked by 01.10.2018 / 12:00
1
answer

Base document does not exist or is not a readable directory

Hi, I'm looking at a tutorial and when I run the server I get the following error:    The Base Document   C: \ work \ SpringMVCSignupLoginPasswordEncoder \ target \ SpringMVCSignupLoginPasswordEncoder-0.0.1-SNAPSHOT   does not exist or is not...
asked by 26.09.2018 / 19:19
1
answer

Error Mapping with Spring Boot and Mongodb

Trying to create a Rest application, but at the moment of making the query it does not look for the address that I have in my machine package com.mongo.controlador; import com.mongo.entidades.usuario; import com.mongo.repositorio.repositoriou...
asked by 15.09.2018 / 00:03
0
answers

how to work Table - Lazy with PrimeNG Angular and Spring?

Previously I pulled all the data from my Bitacora table, but now I need to work with Lazy , so as not to saturate with the data when loading, followed by the example of PrimeNg Table-Lazy . but I do not know how to work in the Lazy of PrimeNg...
asked by 12.09.2018 / 22:04
0
answers

Internal error when using th: field and th: name thymeleaf and springmvc validation

I'm trying to validate fields to save them in the DB, I'm using @Valid and BindingResult plus Model, it already saves correctly in the DB just missing validate (which comes first), The problem is that the BindingResult does trap the errors, b...
asked by 07.09.2018 / 21:56
0
answers

List printers on the client side (Java)

I have an application running on the server and I want to be able to detect the printers that are accessible from an xs computer. That is, on the client side I want the printers to be listed and now, as the application is running from a serve...
asked by 14.09.2018 / 20:09
0
answers

Bad redirecting of SpringBoot with Angular5

I have this route with Angular5 - > <a href="http://localhost:8090/ml/download/true/{{data.data}}"> @RequestMapping(method = RequestMethod.GET, path = "/{download}/{data}/{nameFile}", produces = MediaType.APPLICATION_JSON_VALUE)...
asked by 24.08.2018 / 14:24
0
answers

Error Login spring boot

Hello, I am implementing a login with spring segurity. But I stop working even with new users. This is the configuration I am using. SecurityConfiguration @Configuration @EnableWebSecurity public class SecurityConfiguration extends WebSecuri...
asked by 22.08.2018 / 20:50
0
answers

Error insert in DynamoDB

I'm having a problem when I insert in dynamodb. The problem comes because from the client (Angular5) I have to send an object to the server (SpringBoot), these objects have to be the same (same fields). Then I send the id of the Angular ob...
asked by 02.08.2018 / 13:25
1
answer

Optimize the response of a service in an Api-Rest with Spring Boot

Good day, I am currently developing an api rest with Spring Boot :: (v1.5.9.RELEASE) to control the handling of a table called File, which persists with other entities, The driver to call the service is the following: @RestContro...
asked by 26.07.2018 / 02:15