It is really time-consuming to restart the flow to test during the development. It stops and starts up the server all the time. Does Anypoint Studio have a partial deploy option? Or at least a way to deploy my own built project to the server? Now it is something close to deploying it to the remote through bamboo :O
You don't need to restart the server, you can keep editing your application and saving the changes and the hot deployment will redeploy only the app without restarting the server. The only issue is if you add new files or classes you may need to restart so that these files get added to the app on the server, otherwise, it should work.