/musicbrainz

Music braninz micro service

Primary LanguageJavaApache License 2.0Apache-2.0

Music Brainz Library

Environment

  • Java 8
  • Maven 3.6.2

Configuration

All the configurations were put in the application.yml file. Setup is based on the Spring boot configuration.

How to build

  • mvn clean
  • mvn package

How to use

  • Look at test cases how to use. You need a dependency
  • If you don't use Spring depencency injection, provide required services on constructor call or by calling the appropriate setter