Questions tagged as 'spring-boot'

1
answer

PasswordEncoder mapped for the id "null"

I'm doing the CORS in SpringBoot and I've had a series of problems that I solved by importing 1 dependency. The pom.xml: <!-- Spring Boot --> <dependency> <groupId>org.springframework.boot</groupId...
asked by 04.07.2018 / 08:59
2
answers

Simple login with SpringBoot

I'm taking my first steps with SpringBoot ... I want to make a Login service in which you put a username and a password and if it's correct it returns the user's data. At the moment with having the user's data returned, I'm satisfied, but if...
asked by 02.07.2018 / 10:35
0
answers

How can I solve this problem in Spring boot + JPA + Bootstrap + mysql

Greetings community I have the following code and I generate the error if someone of the community is aware that the error is due thank you very much on the Controller. @RequestMapping(value="/agregar",method=RequestMethod.GET) publ...
asked by 24.06.2018 / 22:44
0
answers

Error in realizing a json?

I am doing a book loan API with spring boot. I have 4 classes Person, book, ActionBook (Here it will be seen if it is a loan, or return), typeAction. Person: @Entity @Table(name = "persona") @JsonIgnoreProperties({"hibernateL...
asked by 01.07.2018 / 20:02
0
answers

Hello SpringBoot world

I am "trying" to launch the hello world of SpringBoot for Rest services, Documentation would say that there is little and poorly explained ... At the moment I am following these links: link link Comment: - I have the Eclipse, I h...
asked by 28.06.2018 / 16:08
3
answers

Problem with the Cors Spring Boot and Angular 4

I am using a Api Rest with Spring boot with a basic auth of spring security, When I make the request to the backend with Angular it gives me as a result a problem with the Cors 'login:    1 Failed to load link : R...
asked by 22.04.2018 / 16:19
1
answer

Deploy String boot Error META-INF / spring.factories

Good afternoon friends I have this problem in a project that I'm wanting to deploy. ERROR org.springframework.boot.SpringApplication - Application startup failed org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process...
asked by 05.04.2018 / 01:20
0
answers

From where to run a FileWatcher on a project with spring-boot?

I already have a fileWatcher running with WatchService, it executes a task when a file is added to a predefined folder in the properties of the application. However I do not know which is the best site in the application to place it. Currently I...
asked by 21.03.2018 / 14:03
1
answer

relative paths Spring Boot with server.contextPath

Friends, how can I work with relative paths in spring boot with server.contextPath = / test, it's to find a jasperReport file     
asked by 01.02.2018 / 21:03
0
answers

Configure two Endpoints in SOAP webservice with SpringBooot

I hope you are well and can help me with the following problem. I want to configure a SOAP webservice which offers several services, based on an example where I create the following file usuaridos.xsd ... <xs:schema xmlns:xs="http://www....
asked by 05.06.2018 / 16:56