If you are running Spring boot with an embed tomcat 8, you might you see the following error when you try to run you app:
consider increasing the maximum size of the cache
Lets say that you want to generate a unique 3 letters code sequence to be used as a primary key for some data recodes. Also let assume ...