spring-data

La validation a échoué pour la requête pour la méthode public abstract java.util.Liste

J'ai une application SpringBoot de base. utilisation de Spring Initializer, JPA, Tomcat intégré, moteur de modèle Thymeleaf e ... is.tapa = tapa; this.priceAlert = priceAlert; } private Tapa tapa; private PriceAlert priceAlert; .. }

Comment suivre des conseils Java efficaces? [fermé]

Fermé. Cette question est basée sur l'opinion . Il n'accepte pas actuellement de réponses. ... queur et par les données de printemps / Hibernation. Comment dois-je y faire face? Le livre est-il inutile dans la pratique?

Convalida non riuscita per la query per il metodo public abstract java.util.Elenco

Ho un'app SpringBoot di base. utilizzo di Spring Initializer, JPA, embedded Tomcat, Thymeleaf template engine e pacchetto com ... is.tapa = tapa; this.priceAlert = priceAlert; } private Tapa tapa; private PriceAlert priceAlert; .. }

Come seguire un consiglio Java efficace? [chiuso]

Chiuso . Questa domanda è basata sull'opinione . Attualmente non accetta risposte. ... sia violata da AOP, beffardo e dai dati di primavera / Ibernazione. Come dovrei affrontarlo? Il libro è inutile in pratica?

Spring Data Rest Expected: class java.lang.Long, got class java.lang.Integer

I have an entity User : public class User { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long id; @Column(na ... verything works correctly, what is the problem ?? There are no such problems with other entities, regardless of the Id type.