Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

palmithor/springboot-musicapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

master develop
Build Status Build Status

springboot-musicapi

Small project for testing out Spring Boot. It is a webservice which exposes one RESTful resource for getting information about an artist from different sources. The sources used are Music Brainz API, Wikipedia and Cover Art Archive.

Its dependencies and build functions are configured using Maven.

Testing

The tests can be run via maven:

mvn test

Building

Maven package creates an executable jar file

mvn package

Running

The service is built with Spring Boot and can be run with the Spring Boot Maven plugin:

mvn spring-boot:run 

An example request:

http://localhost:8080/artists/5b11f4ce-a62d-471e-81fc-a69a8278c7da 

About

Small project for testing out Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages