Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.51 KB

README.markdown

File metadata and controls

45 lines (30 loc) · 1.51 KB

This is a Giter8 template for Akka, Quartz in Scala.

sbt new knoldus/akka-quartz-scheduler-application.g8

This repository describes a basic Example of Akka-Quartz-Scheduler. This example describes how we can use Akka-Quartz-Scheduler in our application for time based jobs.

Scalastyle : Check the code quality

To check code quality of all the modules

$ activator clean compile scalastyle

Scoverage : Check code coverage of test cases

To check code coverage of test cases for all modules

$ activator clean coverage test

By default, scoverage will generate reports for each project seperately. You can merge them into an aggregated report by invoking

$ activator coverageAggregate

Deployment :

$ activator run

References


License

Written in 2017 by Knoldus Software LLP [other author/contributor lines as appropriate]

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.