Skip to content

v0.2.0

Compare
Choose a tag to compare
@arafkarsh arafkarsh released this 19 Aug 10:05
· 15 commits to main since this release

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

  1. build (build the Container)
  2. scan (Scan the container for vulnerabilities)
  3. push (Push the container to the docker hub)
  4. start (Start the container)
  5. logs (Check the container log files)
  6. stop (Stop the container)
  7. stats (Check the container stats like cpu, memory etc)