Native microservice - automatic deploy

Put all files required by your microservice (like configuration.yml, logger configuration file, properties file, etc.) into additional-files directory. Project configuration copied from documentation by default is configured to use automatic deploy. That means all you need to deploy microservice is to start JLupin platform and run command mvn package jlupin-platform:deploy@jlupin-deploy.

Maven plugin will create fat jar, then put it with files from additional-files directory into deployable zip file. Next it will upload microservice to platform and starts it (or terminate and start by default). That's all.