09蚂蚁-分布式缓存架构——6.springboot 整合redis

SrpingBoot整合Redis

Maven依赖

	
		org.springframework.boot
		spring-boot-starter-parent
		2.0.0.RELEASE
	
	
		
		
			org.springframework.boot
			spring-boot-starter-web
		
		
			org.springframework.boot
			spring-boot-starter-data-redis
		
	


	
		
			
				org.apache.maven.plugins
				maven-compiler-plugin
				
					1.8
					1.8
				

你可能感兴趣的:(分布式缓存架构)