Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.67 KB

File metadata and controls

22 lines (17 loc) · 1.67 KB

Quidditch Players Spring Boot 2023 CircleCI codecov

Quidditch Players for Hogwarts Houses Spring Boot 2023

Build Tools & Versions Used

IntelliJ IDEA 2021.3.3 (Ultimate Edition)
Java Version: 17

Branches

  • main - branch uses REST APIs
  • graphql - one day I might make a grpahql branch

Dependencies

Libraries

  • JaCoCo - The JaCoCo plugin provides code coverage metrics for Java code via integration with JaCoCo.
  • Jackson Module Kotlin - Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support Kotlin language, specifically introspection of method/constructor parameter names, without having to add explicit property name annotation.
  • Coroutines - Library support for Kotlin coroutines with multiplatform support.
  • ktlint-gradle - This plugin creates convenient tasks in your Gradle project that run ktlint checks or do code auto format.