pull/4935/merge
qxo 1 month ago committed by GitHub
commit 1aaeb57800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -199,7 +199,7 @@ public class RedissonAutoConfiguration {
throw new IllegalArgumentException("Can't parse config", e1); throw new IllegalArgumentException("Can't parse config", e1);
} }
} }
} else if (redissonProperties.getFile() != null) { } else if (redissonProperties.getFile() != null && !redissonProperties.getFile().isEmpty()) {
try { try {
InputStream is = getConfigStream(); InputStream is = getConfigStream();
config = Config.fromYAML(is); config = Config.fromYAML(is);

Loading…
Cancel
Save