Projects
1. generator-springboot
A Yeoman generator for generating MicroServices with SpringBoot. We can use generator-springboot to generate a SpringBoot microservice, Spring Cloud Config Server or Service Registry based on Netflix Eureka.
How to use?
$ npm install -g yo
$ npm install -g generator-springboot
$ yo springboot
For more information on features see https://github.com/sivaprasadreddy/generator-springboot
2. LocalStack SpringBoot Starter
Localstack-spring-boot-starter is a SpringBoot starter for LocalStack auto-configuration. This starter will spin up the Localstack docker container using Testcontainers and auto-configure beans such as AmazonS3, AmazonSQSAsync, etc.
For more information see https://github.com/sivalabs/localstack-spring-boot-starter
3. SpringBoot JWT Security Starter
This is a SpringBoot starter to provide JWT token based security auto-configuration.
For more information see https://github.com/sivalabs/spring-boot-jwt-security-starter