Guest User

Untitled

a guest
Nov 30th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. CacheClusterNotFoundException: CacheCluster not found: fs-redis-cache
  2.  
  3. @SpringBootApplication(exclude=ElastiCacheAutoConfiguration.class)
  4. @EntityScan(basePackageClasses={Application.class, Jsr310JpaConverters.class})
  5. @EnableRdsInstance(dbInstanceIdentifier="${RDS_INSTANCE}", databaseName="${RDS_DB_NAME}", username="${RDS_USERNAME}", password="${RDS_PASSWORD}")
  6. @EnableElastiCache({@CacheClusterConfig(name="fs-redis-cache")})
  7. public class Application {
  8. ...
  9. }
Add Comment
Please, Sign In to add comment