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...
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...
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: {...
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...
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...
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...
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...
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 {...
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';...
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