This document will introduce the use of plugins in the shenyu-admin , including plugin management and plugin handle management.
Please refer to the deployment document, choose a way to start shenyu-admin. For example, local deployment. After startup, visit http://localhost:9095, the default username and password are: admin and 123456 .
In the plugin management, you can manage all plugins in a unified manner, such as turning off or turning on plugins:
You can also set configuration information for some plugins, such as setting a registry for Dubbo plugin:
In plugin handle management, you can add handle fields to plugin, selector, and rule.
For example, add a string type field path and a digital type field timeout to the rule list of the SpringCloud plugin.
handle field in the shenyu-admin-> BasicConfig -> PluginHandle :handle field.DropDown is selected, the drop-down selection of the input box on the rule addition page is to go to the dictionary table to find all the available options through the field name to select, so you need to config the selection in Dictionary Management.SpringCloud -> you can enter path and timeout :