rajeshatuce
Results
3
issues of
rajeshatuce
Hey, I am struggling with 2 false diff issue at the moment: 1. I have 2 PDF which has many formulae as PDF which are relatively light font. Of that...
MongoDB @Id not working for String identifier when upgrading from Spring boot 2.3 to Spring boot 2.6
5
Hi, My Model class has following annotaion @Document(collection="abc") class ABC{ @id private String myId; } public interface ABCRepo extends MongoRepository{ } when I call abcRepo.save(abcObject); then _id is stored blank...
status: feedback-provided
how can we upgrade it to work with Springboot 2.1.3 version?