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
The solution is create a custom instance of Spring Boot’sTomcatEmbeddedServletContainerFactory in your configurations:

links to the original solution:
No comments:
Post a Comment