Skip to content

Commit 3f084fd

Browse files
authored
Update README.md
1 parent 361c15e commit 3f084fd

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Java CI with Maven](https://github.com/sterlp/spring-persistent-tasks/actions/workflows/build.yml/badge.svg)](https://github.com/sterlp/spring-persistent-tasks/actions/workflows/build.yml)
2+
[![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.x-brightgreen.svg)](https://spring.io/projects/spring-boot)
3+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
24

35
# Spring Persistent Tasks
46

@@ -8,6 +10,16 @@ Focus is the usage with spring boot and JPA.
810

911
Secondary goal is to support [Poor mans Workflow](https://github.com/sterlp/pmw)
1012

13+
# Key Features ✨
14+
1. **JPA-Powered Persistence** - Automatically persists tasks to your database
15+
1. **Spring Boot Auto-Configuration** - Simple setup with @EnableSpringPersistentTasks
16+
1. **Clustering Support** - Built-in lock management for distributed environments
17+
1. **Type-Safe Tasks** - Generic task definitions with state objects
18+
1. **Retry Mechanisms** - Automatic retry policies for failed executions
19+
1. **Transactional Integration** - Works with Spring's transaction management
20+
1. **Queue Management** - Intelligent task queuing and prioritization
21+
1. **Different DB Supports** --
22+
1123
# Documentation
1224

1325
Use for more advanced doc the [WIKI](https://github.com/sterlp/spring-persistent-tasks/wiki).
@@ -17,10 +29,10 @@ The README contains a shorter how to use.
1729

1830
## Tested in the pipeline
1931

20-
- H2
21-
- azure-sql-edge (MSSQL)
22-
- PostgreSQL
23-
- MariaDB
32+
- [![H2](https://img.shields.io/badge/H2-Database-green.svg)](https://www.h2database.com)
33+
- [![Azure SQL Edge](https://img.shields.io/badge/Azure_SQL_Edge-2022-0078D4?logo=microsoftsqlserver)](https://azure.microsoft.com/en-us/products/azure-sql/edge/)
34+
- [![PostgreSQL](https://img.shields.io/badge/PostgreSQL-16-336791?logo=postgresql)](https://www.postgresql.org)
35+
- [![MariaDB](https://img.shields.io/badge/MariaDB-11.1-003545?logo=mariadb)](https://mariadb.org)
2436

2537
![History](screenshots/supported-dbs.png)
2638

0 commit comments

Comments
 (0)