I have Spring Redis working using spring-data-redis with all default configuration likes localhost default port and so on.
spring-data-redis
localhost
port
Now
You can use the ResourcePropertySource to generate a PropertySource object.
PropertySource propertySource = new ResourcePropertySource("path/to/your/application.properties");
Then pass it to the constructor of the RedisSentinelConfiguration.