Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 535 Bytes

File metadata and controls

25 lines (16 loc) · 535 Bytes

springboot-course-data-api

A simple POC using Spring Boot to create a Course API.

Spring Boot Dependencies Used:

  1. Spring Web

  2. Spring Data JPA

  3. Apache Derby with Embedded Support

API Details:

  1. Root API is Topic

  2. Each Topic can have multiple Courses

  3. Added Spring boot actuator for monitoring of the application

Tweeks:

  1. Used YAML for configurations instead of JAVA Properties file