服务启动
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.xyzh.redis.config;
|
||||
package org.xyzh.common.redis.config;
|
||||
|
||||
import org.xyzh.common.core.constant.Constants;
|
||||
import java.nio.charset.Charset;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.xyzh.redis.config;
|
||||
package org.xyzh.common.redis.config;
|
||||
|
||||
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
|
||||
import org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.xyzh.redis.service;
|
||||
package org.xyzh.common.redis.service;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.data.redis.core.RedisTemplate;
|
||||
Reference in New Issue
Block a user