# build.gradle

implementation 'org.springframework.boot:spring-boot-starter-data-redis'
spring:
	cache:
    type: redis
    redis:
      host: localhost
      port: 6379

<Security Info>