refactor: renamed module simple-serial to simple-serial-spring-boot-starter and removed build scripts in root build.gradle.kts

This commit is contained in:
siujamo
2025-03-21 10:33:52 +08:00
parent e6d8d78756
commit f7c809b557
19 changed files with 366 additions and 108 deletions
@@ -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`.