Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 260 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 260 Bytes

microservice-java-template

A template for new java microservices

files to change

  • pom.xml
  • Dockerfile (if needed)
  • logically the java code

Replace template with the microservice name.

tests

Please write tests for our continuous integration...