首页>代码>Spring Cache标注实现对Redis缓存数据的增删改查的简单实例>/springboot-caching-redis/src/main/java/com/hellokoding/springboot/caching/Application.java
package com.hellokoding.springboot.caching;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
@SpringBootApplication
@EnableCaching
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
最近下载更多
welcome丶 LV9
5月14日
十月* LV1
2022年9月22日
yinyun1985 LV14
2022年6月14日
zhenghongixin4065 LV9
2022年4月3日
breakCY LV15
2022年3月21日
xgjdmy_ccb LV11
2021年11月18日
阿昌先生 LV13
2021年6月28日
最代码官方 LV168
2020年12月18日
杰桑awa LV6
2020年10月30日
a1453370401 LV10
2020年10月25日

最近浏览