xiazunyang / spring-cron

The `CronExpression` parser extracted from the `Spring Framework` removes the classes and apis related to `Date` and keeps only the operations related to the `LocalDateTime` class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Cron

Spring Framework中抽取出来的Cron表达式解析器,移除了与Date相关的类与API,仅保留了LocalDateTime类相关的操作。

使用

请从CronExpression开始。
Please use CronExpression.

About

The `CronExpression` parser extracted from the `Spring Framework` removes the classes and apis related to `Date` and keeps only the operations related to the `LocalDateTime` class.


Languages

Language:Java 98.8%Language:Kotlin 1.2%