This is a Spring Boot 1.5 backed Song Service.
It has an H2 database managed by Spring Data JPA.
Purpose of this service is to demonstrate Spring Boox 1.x Actuator Endpoints, Configurations and Creating Custom Actuator Endpoints.
This repository is part of amitph.com tutorials.
The songs-service_sb_1 will be used as a Source Code example for Actuator in old Spring Boot (1.x) at http://www.amitph.com.
The source code may be incomplete or written within a limited scope of the tutorial and some of the essential parts may have been ignored.