Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 365 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 365 Bytes

gradle-java-template

A template for a Gradle Java project with multiple modules, lombok and coverage checks.

Swagger docs are automatically generated and available at the /q/swagger-ui endpoint.

Health endpoints are available at /q/health/live and /q/health/ready.

With the help of lombok.config, all non-static fields are private final by default.