spring
spring copied to clipboard
Quick question: how can I get the server to preload the app on start?
I have Spring running in a Docker container via spring server
. Works fine, but the first time I run a command through Spring in the container I pay the load penalty (after that it's fine and fast). I want Spring to load the app when it starts up so that my first command is fast.
@nrser did you ever find a good solution for this?