Skip to content

Commit c452549

Browse files
authored
Revise scenarios and update library version to 0.2.1
Updated scenarios in the table of contents and incremented library version from 0.2.0 to 0.2.1 in Maven and Gradle examples.
1 parent 7c70ea5 commit c452549

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/java-usage-guide.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# DelayedQueue: Java Developer Guide
22

3-
A comprehensive guide for Java developers using the Funfix DelayedQueue library.
4-
53
## Table of Contents
64

75
1. [Introduction](#introduction)
86
2. [Getting Started](#getting-started)
97
3. [Basic Usage](#basic-usage)
108
4. [Real-World Scenarios](#real-world-scenarios)
11-
- [Scenario 1: HTTP Server with Business Hours](#scenario-1-http-server-with-business-hours)
12-
- [Scenario 2: Daily Cron Job with Multi-Node Processing](#scenario-2-daily-cron-job-with-multi-node-processing)
9+
- [Scenario 1: Scheduling Outside Business Hours](#scenario-1-scheduling-outside-business-hours)
10+
- [Scenario 2: Daily Cron Job with Multi-Node Coordination](#scenario-2-daily-cron-job-with-multi-node-coordination)
1311
5. [Best Practices](#best-practices)
1412

1513
## Introduction
@@ -33,14 +31,14 @@ Supported databases: H2, HSQLDB, MariaDB, Microsoft SQL Server, PostgreSQL, SQLi
3331
<dependency>
3432
<groupId>org.funfix</groupId>
3533
<artifactId>delayedqueue-jvm</artifactId>
36-
<version>0.2.0</version>
34+
<version>0.2.1</version>
3735
</dependency>
3836
```
3937

4038
**Gradle:**
4139
```kotlin
4240
dependencies {
43-
implementation("org.funfix:delayedqueue-jvm:0.2.0")
41+
implementation("org.funfix:delayedqueue-jvm:0.2.1")
4442
}
4543
```
4644

0 commit comments

Comments
 (0)