Releases: MetaArivu/ms-quickstart
Releases · MetaArivu/ms-quickstart
Scripts Updated
v0.2.0
Microservice Template gives you a
SpringBoot App template with
Open API 3 Ex,
Spring Actuator,
Spring Sleuth and
Pom file with (SpringBoot) Fat and Thin (Maven) jar file creation and
Dockerfile for containerisation.
Shell Scripts to start and stop containers and Security Scan script for vulnerability checking.
Optimized the Container Creation Process with Compile scripts and various scripts available under src/docker folder.
Scripts in docker folder
- build (build the Container)
- scan (Scan the container for vulnerabilities)
- push (Push the container to the docker hub)
- start (Start the container)
- logs (Check the container log files)
- stop (Stop the container)
- stats (Check the container stats like cpu, memory etc)
Microservices Template with Open API 3.0 Specs
Microservice Template gives you a
- SpringBoot App template with
- Open API 3 Ex,
- Spring Actuator,
- Spring Sleuth and
- Pom file with (SpringBoot) Fat and Thin (Maven) jar file creation and
- Dockerfile for containerisation.
- Shell Scripts to start and stop containers and Security Scan script for vulnerability checking.