RedisSpringData/src/main/java/com/chantha/redis/RedisService.kt
2020-05-13 11:22:17 +07:00

7 lines
116 B
Kotlin

package com.chantha.redis
import org.springframework.stereotype.Service
@Service
interface RedisService :ICaching