python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Mapping the same Json key in different variables in the same object
I'm doing some changes in a microservice which has an object like the following:
@ToString
@Getter
@Setter
@Builder
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonDeserialize(builder = UsageRate.Usag...
Allanh
Votes: 0
Answers: 2
Cannot find symbol (all the constructors, getters and setters) in spring boot
My project was working fine earlier, but when I open this in STS and then opened it in IntelliJ, it started giving me this error. I was searching for a solution but didn't got any. Anyone, please help...
Shîvam Yadav
Votes: 0
Answers: 2
StackOverflowError Springboot OneToMany BiDirectional Mapping
I am currently coding a project, which requires me to map in between two entities: An account and a member. An account can have multiple members, whilst the member can only have one account.
After I'...

Z-100
Votes: 0
Answers: 1
Using Lombok in IntelliJ shows create constructor message
I have added Lombok annotation(@NoArgsConstructor and @AllArgsConstructor) for my following object:
package com.example.demo.student;
import lombok.*;
@ToString
@Getter
@Setter
@EqualsAndHashCode
@N...
theedchen
Votes: 0
Answers: 1