feat: serial service

This commit is contained in:
zihluwang
2025-02-18 22:04:14 +08:00
parent 952a329047
commit 526ebd12b4
8 changed files with 374 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Simple Serial
> Thanks to [@siujamo](https://github.com/siujamo)'s donation.
Simple Serial reuses the configuration of Redis connections to provide am easy-to-use serial
service.
## Configuration
Simple Serial reused the redis configuration of Spring Boot to provide redis support for the
service.
Besides, **Simple Serial** provides a configuration property `onixbyte.serial.start-serial` to
specify the start value of a serial, and default to `0`.