Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Springdessert Series
Springdessert provides some small tools based on SpringBoot framework. It encapsulate common midware 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
```xml

com.github.paganini2008
springdessert
2.0.1

```

**1. fastjdbc-spring-boot-starter**

### Install
```xml

com.github.paganini2008
fastjdbc-spring-boot-starter
1.0-RC1

```

**2. reditools-spring-boot-starter**

### Install
```xml

com.github.paganini2008
reditools-spring-boot-starter
1.0-RC1

```
**3. xmemcached-spring-boot-starter**

### Install
```xml

com.github.paganini2008
xmemcached-spring-boot-starter
1.0-RC1

```