Spring boot session restarting
My code: https://gist.github.com/rafaelzomer/2600ddc0604567080d07ac1ee722978b
Hello,
Every time I restart my Spring boot server, it is losing the current session scope. Is there a way I can keep it to don't re-login every time I restart server to see changes?