0.3.12 • Published 2 years ago

generator-springboot-hexagonal v0.3.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Spring Hexagonal Project

A Yeoman generator for generating Microservices with SpringBoot in Hexagonal Architecture

How to use?

> npm install -g yo
> npm i generator-springboot-hexagonal
> yo springboot-hexagonal

to known more look at the doc page https://spark-life.gitbook.io/spring-hexagonal/

Features

  • SpringBoot REST API
  • Spring Data JPA integration with option to select databases like MySQL, Postgresql, MariaDB etc
  • RabbitMQ
  • Kubernetes
  • Flyway data migration support
  • SpringBoot Actuator configuration
  • Spring Native / GraalVM
  • ReactJS starter
  • TestContainers integration
  • JUnit 5
  • ArchUnit
  • Localstack configuration
  • Swagger UI Integration

Generate REST API with CRUD operations

You can generate REST API with CRUD operation using the following command:

:high_brightness: You should run the following command from within the generated project folder.

myservice> yo springboot-hexagonal:hexagonal Customer

Customer will be the name used in DTOs, Mappers and Models

This will generate:

  • JPA entity
  • Spring Data JPA Repository
  • Service
  • Spring MVC REST Controller with CRUD operations
  • Unit and Integration Tests for REST Controller
  • Flyway migration to create table

Other commands

myservice> yo springboot-hexagonal:kubernetes see more in https://spark-life.gitbook.io/spring-hexagonal/generators/kubernetes

myservice> yo springboot-hexagonal:react see more in https://spark-life.gitbook.io/spring-hexagonal/generators/react

myservice> yo springboot-hexagonal:rabbitmq Customer see more in https://spark-life.gitbook.io/spring-hexagonal/generators/rabbitmq

myservice> yo springboot-hexagonal:security - in dev

myservice> yo springboot-hexagonal:kafka - in dev

myservice> yo springboot-hexagonal:webclient Person --uri https://testnets-api.opensea.io - in dev

Local Development Setup

> git clone https://github.com/odilio/generator-springboot.git
> cd generator-springboot
> npm install 
> npm link
> yo springboot-hexagonal

Roadmap

myservice> yo springboot-hexagonal:cassandra

myservice> yo springboot-hexagonal:mongodb

myservice> yo springboot-hexagonal:grpc

myservice> yo springboot-hexagonal:gateway

myservice> yo springboot-hexagonal:oauth2

myservice> yo springboot-hexagonal:mail

myservice> yo springboot-hexagonal:reactadmin

Contacts

https://www.linkedin.com/in/odilio-noronha-filho/

https://medium.com/rapaduratech

odilionoronha@gmail.com

0.3.9

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.2.20

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.3.6

2 years ago

0.2.7

2 years ago

0.1.8

2 years ago

0.3.5

2 years ago

0.2.6

2 years ago

0.1.7

2 years ago

0.3.8

2 years ago

0.2.9

2 years ago

0.3.7

2 years ago

0.2.8

2 years ago

0.1.9

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.1.4

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.1.3

2 years ago

0.3.4

2 years ago

0.2.5

2 years ago

0.1.6

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.1.5

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago