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)
Redis Server is not getting Refreshed
I'm using redis in my springboot rest application to store cache. But the problem I'm facing is once it is stored in redis my api only hits the redis not the database. I've added time out property it ...
Dwaipayan Goswami
Votes: 0
Answers: 0
Migrated Spring boot 1.5.x t0 2.3.x and one endpoint not working
I have migrated spring boot 1.5 to 2.3 every thing is working except 1 endpoint that is returning error : "org.springframework.web.client.HttpServerErrorException$InternalServerError: 500 :"...
Shuaib Shaikh
Votes: 0
Answers: 1
Why can not persist data in spring data jpa
While save data in database got exception Cannot handle managed/back reference 'defaultReference': back reference type not compatible with managed type. I got exception while persist data. I think pro...

user17706712
Votes: 0
Answers: 1
Exposing domain model in GRPC IDL
We have our existing domain model consumed using spring REST. The services are currently hosted on Kuberenetes and all east-west and north-south communication is done using http/1.1. We are planning m...
prassank
Votes: 0
Answers: 0