Questions tagged as 'spring-boot'

0
answers

Error inserting duplicate key, JPA Hibernate

I have a problem with a project of java spring boot JPA hibernate, it turns out that everything works well when registering an X model, but when I pre load data directly to the base Postgres 9.6 at the time of registering I get error by the key...
asked by 16.04.2018 / 22:40
1
answer

Cord Sring - Error in Firefox browser

I've ever happened to them that when they open their website in google chrome, internet explore works all the CORD but when I open it with Mozilla Firefox I get this error:    Request from another blocked source: the same source policy preven...
asked by 20.04.2018 / 18:22
1
answer

how to make the geojson format in java

I have a question, how would this format in java with hibernate and mysql? { type: 'FeatureCollection', features: [{ type: 'Feature', geometry: { type: 'Point', coordinates: [-77.032, 38.913] }, properties: {...
asked by 17.04.2018 / 22:11
0
answers

Whitelabel Error Page

I have a Whitelabel Error Page I only run the first @RequestMaping (value="/ get", ...) the truth I do not understand the problem when consuming the service of the backend, only the first method works, the others give me back "Whitelabel Error P...
asked by 10.04.2018 / 02:58
0
answers

Send folder path to the server?

I am working on an application in Spring Boot, inside my BD I have an entity (Client) for which I want to save a route in which documents will be saved later. The problem is that the route must be configurable by the administrator, this route I...
asked by 26.03.2018 / 19:25
0
answers

JUnit Test. NullPointerException in @Inject of the interface

My problem is as follows. I have a Java application whose beans I annotated with @Named and to do the dependency injection between those beans (whether @Controller, @Services ...) I use the @Inject notation. So far so good. The problem com...
asked by 28.03.2018 / 11:50
0
answers

Test of the procedure to copy a file in java

I am trying to implement TDD and code coverage in my new projects but for one that I am developing right now I have tried to create some test cases, but I have multiple doubts respect. Here I share the class that I created to copy a file fro...
asked by 14.03.2018 / 16:32
0
answers

DO NOT ARRIVE AUTHORIZATION TO MY SPRING BOOT REST FROM VUE.JS

I want to consume my api rest from Spirng in Vue.js but I never get the api rest the JWT that I sent from VUE.JS. They have some idea because this is generated. Here I leave my spring boot java code: public class AccountCredentials {...
asked by 03.03.2018 / 07:50
1
answer

Input text (String type) throws java.lang.NumberFormatException when sending aSpring boot

I have the following error in spring boot when sending a form with a text:    org.springframework.beans.TypeMismatchException: Failed to convert   value of type 'java.lang.String' to required type   'com.carrduci.gestionycontrol.model.Model';...
asked by 23.02.2018 / 23:37
1
answer

Request method 'POST' not supported | SPRING BOOT

I'm trying to mount a simple start menu and I get an error in the POST method when I press the submit button. My controller with the post method called by the submit in html with value "login" My index.html     
asked by 15.02.2018 / 13:28