Looking for Cloud Services or Professional Support? Check restheart.com

How to deploy Plugins

Introduction

To deploy a plugin, just copy its jar file in the ./plugins directory of restheart.

For examples refer to RESTHeart Examples repo.

If a plugin requires external dependencies that are not bundled with the restheart.jar file you can just copy the jar files in the ./plugins directory of restheart.

More information on how to deploy a plugin is available in the random-string-service plugin example.