RedisSpringData/src/main/java/com/chantha/redis/RedisService.kt

7 lines
116 B
Kotlin
Raw Normal View History

2020-05-13 11:22:17 +07:00
package com.chantha.redis
import org.springframework.stereotype.Service
@Service
interface RedisService :ICaching