for example, there is a server.jar, that I run like this:
java -jar server.jar &
this runs smoothly, but when you exit the Terminal terminal tool, the operation of server.jar stops.
how can I perfectly deploy jar packages that run spring boot generation?