Skip to content

Releases: MetaArivu/ms-quickstart

Scripts Updated

20 Aug 06:35
Compare
Choose a tag to compare

Automated Dockerfile update with Container Name from the properties file

v0.2.0

19 Aug 10:05
Compare
Choose a tag to compare

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)

Microservices Template with Open API 3.0 Specs

12 Aug 08:51
Compare
Choose a tag to compare

Microservice Template gives you a

  1. SpringBoot App template with
  2. Open API 3 Ex,
  3. Spring Actuator,
  4. Spring Sleuth and
  5. Pom file with (SpringBoot) Fat and Thin (Maven) jar file creation and
  6. Dockerfile for containerisation.
  7. Shell Scripts to start and stop containers and Security Scan script for vulnerability checking.