I was reading about escape analysis with java and the recommendation is to run java using the -server flag. Is this a best practice when running a spring boot application in docker?
UPDATE I'm currently using java 8 but hope to be on java 11 by the end of the year