I tried to do autoincrement in Spring boot web application using this link(CustomSequences):
How can we create Auto generated field for mongodb using spring boot
but i got this error message:
I did some research and found that this question has already been as on this web link: Spring data mongodb field auto increment
Please let me know if i can do auto increment in MongoDB using Hibernate.
Thanks in advance.