Spring Boot - Application Configuration
You want to configure a Spring Boot app to use an environment variable
REDIS_URL, but if it's missing, fallback to localhost. Which application.properties line achieves this?