首页>代码>SpringBoot2.1.4整合Redis、Jedis通过注解形式,进行简单的字符串数据类型的增删改查>/springboot-redis/src/main/java/com/example/demo/SpringbootRedisApplication.java
package com.example.demo;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
 * redis使用示例 启动类
 * @author 程就人生
 * @date 2019年11月5日
 */
@SpringBootApplication
public class SpringbootRedisApplication {

	public static void main(String[] args) {
		SpringApplication.run(SpringbootRedisApplication.class, args);
	}

}
最近下载更多
hellozui  LV11 7月24日
唐唐丶  LV34 2023年11月14日
西海岸之光  LV1 2022年12月30日
xiaoyuer2  LV8 2022年11月22日
飞梦ff  LV8 2021年9月17日
whfuai  LV14 2021年7月28日
shiopaaa  LV13 2021年3月9日
build138  LV20 2020年12月22日
lcl20181212  LV3 2020年11月28日
Xuan Minister  LV10 2020年9月17日
最近浏览更多
hellozui  LV11 7月24日
唐唐丶  LV34 2023年11月14日
漫步的海星  LV4 2023年9月21日
woldxy  LV12 2023年8月22日
西海岸之光  LV1 2022年12月30日
JiangYing009  LV8 2022年12月29日
xiaoyuer2  LV8 2022年11月22日
周粥周  LV3 2022年10月12日
北斗闪耀星空 2022年5月9日
暂无贡献等级
shaojichun  LV4 2022年5月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友