ialbert 2022-10-27 12:30:09 +03:00
parent f9c512373e
commit 628aa59727

View file

@ -15,7 +15,7 @@ public class MetaConfiguration {
@Bean("metaJson")
public String metaJsonConfiguration() throws IOException {
if (!meta.isReadable()) throw new IllegalStateException("cannot read keycloak.json settings from spring.config.location");
if (!meta.isReadable()) throw new IllegalStateException("cannot read meta.json from spring.config.location");
return Files.readString(meta.getFile().toPath());
}
}