Guo
Guo
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary is there any plan for integration ldap for user management.? ### Why...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary we see there are already github support, but for self-host, we don't...
is that possible to add a hashMap as field to store data ,eg. @Documents public class Student{ @Id String id; @Indexed Map courseMap; }
there are incrBy can easily do some plus on fields and no need manually add lock, which is perfect. Any solution can achieve the upsert (like Mongo) function, say if...
@bsbodden Sorry to trouble you , any way to achive field> string -------------------------obj as @Document Comments{ @Id String comId; ......................... } -------------------------want something like sql where com_id>'xxx' for string field...