Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitmisra16/generator-gradle-springboot
Yoemain gradle/springboot multi-module project generator
https://github.com/amitmisra16/generator-gradle-springboot
gradle monorepo springboot yeoman
Last synced: about 1 month ago
JSON representation
Yoemain gradle/springboot multi-module project generator
- Host: GitHub
- URL: https://github.com/amitmisra16/generator-gradle-springboot
- Owner: amitmisra16
- License: other
- Created: 2020-12-09T15:11:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T04:49:16.000Z (over 2 years ago)
- Last Synced: 2024-04-26T13:43:33.845Z (7 months ago)
- Topics: gradle, monorepo, springboot, yeoman
- Language: JavaScript
- Homepage:
- Size: 221 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-gradle-springboot ![Node.js CI](https://github.com/amitmisra16/generator-gradle-springboot/workflows/Node.js%20CI/badge.svg) ![Node.js Package](https://github.com/amitmisra16/generator-gradle-springboot/workflows/Node.js%20Package/badge.svg)
>## Why another gradle and springboot based generator?
Gradle has great scafolding capabilities for quickly bringing up a multi-module setup.
There are few gaps here:* `app` is not a spring-boot based application.
* Adding more than two `library` or `api` project.
* The names of the `library`, `api` and `app` projects/modules are not configurableThe [SpringInitializr](https://start.spring.io) helps in generating springboot based application with all the dependencies you need. In a way addresses the first issues but then how would add this generated app to existing build chain.
## Gradle-Springboot generator
This plugin bridges the gap by enabling you to leverage multi-module setup capability of gralde with springboot based applications. You can declare the names of your library/api and application projects and the generator will scafold the code generated by gradle. In case of an application it adds basic `@SpringbootApplication` annotation to the main class.
This plugin also utilizes Gradle's `buildSrc` conventions and appropriately scafolds library and application project's `build.gradle` files.
## Installation
First, install [Yeoman](http://yeoman.io) and generator-gradle-springboot using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-gradle-springboot
```Then generate your new project:
```bash
yo gradle-springboot
```
## Demo[![asciicast](https://asciinema.org/a/aWGSMYssshX5dYbOndYazgz0Y.png)](https://asciinema.org/a/aWGSMYssshX5dYbOndYazgz0Y)
## Getting To Know Yeoman* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
Apache-2.0 © [Amit Misra]()
[npm-image]: https://badge.fury.io/js/generator-gradle-springboot.svg
[npm-url]: https://npmjs.org/package/generator-gradle-springboot
[travis-image]: https://travis-ci.com/amitmisra16/generator-gradle-springboot.svg?branch=master
[travis-url]: https://travis-ci.com/amitmisra16/generator-gradle-springboot
[daviddm-image]: https://david-dm.org/amitmisra16/generator-gradle-springboot.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/amitmisra16/generator-gradle-springboot
[coveralls-image]: https://coveralls.io/repos/amitmisra16/generator-gradle-springboot/badge.svg
[coveralls-url]: https://coveralls.io/r/amitmisra16/generator-gradle-springboot