Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paganini2008/springdessert
Springdessert series provides some small tools based on SpringBoot framework. It encapsulate common midware operation such as JDBC, Cache, property configuration and so on
https://github.com/paganini2008/springdessert
cache jdbc-utilities redis springboot
Last synced: 1 day ago
JSON representation
Springdessert series provides some small tools based on SpringBoot framework. It encapsulate common midware operation such as JDBC, Cache, property configuration and so on
- Host: GitHub
- URL: https://github.com/paganini2008/springdessert
- Owner: paganini2008
- License: apache-2.0
- Created: 2021-02-02T07:49:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T22:43:59.000Z (about 2 years ago)
- Last Synced: 2024-11-22T03:09:13.193Z (about 1 month ago)
- Topics: cache, jdbc-utilities, redis, springboot
- Language: Java
- Homepage:
- Size: 538 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Springdessert Series
Springdessert
provides some small tools based onSpringBoot
framework. It encapsulate commonmidware
operation such as JDBC, Cache, property configuration and so on.### Compatibility
1. jdk8 (or later)
2.SpringBoot
Framework 2.2.x (or later)
3.Redis
3.x (or later)### Install
```xmlcom.github.paganini2008
springdessert
2.0.1```
**1.
fastjdbc-spring-boot-starter
**### Install
```xmlcom.github.paganini2008
fastjdbc-spring-boot-starter
1.0-RC1```
**2.
reditools-spring-boot-starter
**### Install
```xmlcom.github.paganini2008
reditools-spring-boot-starter
1.0-RC1```
**3.xmemcached-spring-boot-starter
**### Install
```xmlcom.github.paganini2008
xmemcached-spring-boot-starter
1.0-RC1```