Approximately for standalone start as java process :
java -jar myspring_boot.jar
it takes around 20 seconds. But if I run it in a docker container which contain more micro services it takes around 3 minutes. Is there a way to speed up the spring-boot boot time as for an example if I enable debug longing I notice that there are a lot of unnecessary validations for different spring configurations. How I can speed up the spring-boot startup time only for dev purpose using Docker containers?