it's just a personal project that I run on my comp...
# server
d
it's just a personal project that I run on my computer but I'd like to
maven deploy
instead of having to manually kill the process and copying the jar into the folder
f
what about
mvn spring-boot:run
instead
d
Because that way I would still need to deploy manually
b
No, it doesnt
What problem is that - I can't read it. With sprint you should end up with an Uber Jar and you can literally start it by doing
java -jar your_project-0.1.jar