1、pom
2、yml
3、util
/*
* Copyright 2019-2020 Zheng Jie
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.xzff.web;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import org.slf4j.Logger;
import org.slf4

本文介绍了如何在SpringBoot项目中集成Redis,通过pom文件配置依赖,yml文件设置配置,编写util工具类进行操作,并解决了在设置Redis值时遇到的二进制显示问题。
订阅专栏 解锁全文
663

被折叠的 条评论
为什么被折叠?



