/spring-boot-rest-template

Template project for spring boot rest projects

Primary LanguageJava

Spring boot REST service template

Introduction

This repository is meant to be used as a template and guideline for spring boot REST services. Common approaches, good practices, and battlefield-proven solutions can be shared here, and be used to guide our future projects.

Standards to expect

  • Package organization
  • Naming
  • Code design
  • Tests