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

https://github.com/akullpp/generator-spring

Yeoman generator for Spring projects.
https://github.com/akullpp/generator-spring

Last synced: 3 months ago
JSON representation

Yeoman generator for Spring projects.

Awesome Lists containing this project

README

          

# Generator for Spring Projects

[Yeoman](https://yeoman.io) generator for Spring projects.

## Usage

```sh
git clone https://github.com/akullpp/generator-spring.git
cd generator-spring
npm link
npx yo spring
```

## Stack

### Production

- PostgreSQL
- SpringDoc OpenAPI
- Spring Data JPA
- Spring Starter Web

### Development

- Flyway
- JUnit 5
- Lombok
- MapStruct