Ignore the URL check at startup

Hi,

In a application, if you’re using Tomcat as the embedded server and i have a URL configured in your application.properties that should be checked during startup, but i want to ignore the URL check if it’s down (i.e., prevent the application from failing to start),

for example OIDC property is false jmix.oidc.use-default-configuration=false but still application is reading its configuration which is not accessible and war is not getting started.

Hi,

Can you describe your case with more details?
What URL did you mention? Server address, property from some Jmix addon or your custom project property with some URL?

jmix.oidc.use-default-configuration property allows to disable default auto configuration in case you have your own configuration.

Regards,
Ivan