Skip to content

This is a sample application to which incorporate most basic concepts of microservices. Includes database schema managing library called liquibase. Build tool used is gradle

Notifications You must be signed in to change notification settings

neshant/spring-boot-template

Repository files navigation

Build Status

Getting Started

Guides

  1. Start the Docker container using start services task in docker services task

  2. Start the spring boot server using any IDE

API's

  1. http://localhost:8080/clients - lists all the clients

  2. http://localhost:8080/clients/{id} - Returns the list of investors in client

  3. http://localhost:8080/investors/2 - Returns the list of fund for investor

  4. http://localhost:8080/clients/ (POST method) - Creates a client

  5. http://localhost:8080/clients/4 (PUT method) - Edits a client

Work in Progress for Unit tests and documenting the API using Spring Rest Docs

About

This is a sample application to which incorporate most basic concepts of microservices. Includes database schema managing library called liquibase. Build tool used is gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages