All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.plugins.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
{% extends "./layout.html" %}

{% block sectionClasses %}plugins plugins-list{% endblock %}
{% block meta_title %}Plugins{% endblock %}
{% block meta_description %}Plugins to extend Spincast{% endblock %}

{% block body %}

A plugin provides a set of functionalities you can add to your application. It will bind new components to the Guice context, and may also add scheduled tasks and filters to be able to perform its tasks properly. Each plugin is different and has different needs... Make sure you read the documentation associated with a plugin when you install one!

Note that the plugins with a blue icon are already installed if you use the spincast-default artifact or if you start your application from the Quick Start template! You need to manually install the other ones.

Spincast Flyway Utils

Integration with Flyway, for SQL database migration / evolution.

{% endblock %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy