An open API service indexing awesome lists of open source software.

https://github.com/cuba-platform/cuba-sdk-spring-boot-plugin

CUBA SDK Spring Boot Starters Plugin
https://github.com/cuba-platform/cuba-sdk-spring-boot-plugin

Last synced: over 1 year ago
JSON representation

CUBA SDK Spring Boot Starters Plugin

Awesome Lists containing this project

README

          

# CUBA SDK Spring Boot Starters Plugin

license

Spring boot starters plugin that adds `boot-starter` components from Spring Initializr to [CUBA SDK](https://github.com/cuba-platform/cuba-sdk), which prints project modules.

Read about plugin development [here](https://github.com/cuba-platform/cuba-sdk/wiki/Plugin-Development).

## Installation

1. Copy .jar file into `~/.haulmont/sdk/plugins/` directory.
1. Start `cuba-sdk`

It will print loaded plugins:
```
cuba:~/$ cuba-sdk
Loaded plugin com.haulmont.sdk.plugin.component.spring.SpringBootComponentsPlugin
```

## Issues
Please use https://www.cuba-platform.com/discuss for discussion, support, and reporting problems corresponding to this sample.