Package io.hawt.springboot

Examples of io.hawt.springboot.PluginService


   * Register rest endpoint to handle requests for /plugin, and return all registered plugins.
   * @return
   */
  @Bean
  public PluginService pluginService(){
    return new PluginService();
  }
View Full Code Here

TOP

Related Classes of io.hawt.springboot.PluginService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.