We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As of v0.60 of Microserver, Microserver supports custom plugins or modules.
Plugins implement the com.aol.micro.server.Plugin interface. It allows
Inside your plugin jar you should create the directory structure
META-INF/services/
Inside services add a file with the name
com.aol.micro.server.Plugin
And inside this file, add the full path to your implementation of Plugin (you may add multiple per jar or project).