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
- Host: GitHub
- URL: https://github.com/cuba-platform/cuba-sdk-spring-boot-plugin
- Owner: cuba-platform
- License: apache-2.0
- Created: 2020-06-11T11:42:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T06:33:13.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T08:19:39.043Z (over 1 year ago)
- Language: Kotlin
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CUBA SDK Spring Boot Starters Plugin
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.