首页>代码>Spring Boot中Cache缓存的使用>/springboot-cache/src/main/java/com/fei/SpringbootCacheApplication.java
package com.fei; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cache.annotation.EnableCaching; @SpringBootApplication @MapperScan("com.fei.mapper") @EnableCaching public class SpringbootCacheApplication { public static void main(String[] args) { SpringApplication.run(SpringbootCacheApplication.class, args); } }
最近下载更多
zaizai21312 LV10
2020年6月12日
wsx456521 LV10
2020年4月27日
annazhang LV29
2019年9月17日
cqm0609 LV13
2019年4月30日
爱你分享2 LV8
2019年4月18日
z_yong76 LV26
2019年4月11日
zhanghuohuo LV19
2019年4月2日
start111 LV9
2019年3月25日
dagf113225 LV68
2019年2月25日
solo2018 LV8
2019年2月22日