Shared library for Spring Boot RESTful microservices in Learning management system
To use it in your Maven build add:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
and the dependency:
<dependency>
<groupId>com.github.bojanzdelar</groupId>
<artifactId>learning-management-system-shared-library</artifactId>
<version>Tag</version>
</dependency>