code-examples icon indicating copy to clipboard operation
code-examples copied to clipboard

Can you add a "ProvisioningException" example?

Open djangofan opened this issue 4 years ago • 0 comments

Can you add a "ProvisioningException" example?

What I mean by that is an example of catching exception from a misconfigured Bean on Spring-boot startup where, if the Bean fails, it would shutdown spring-boot?

I encounter exceptions like that far more often than exceptions from my own code. Very tough to find an example of this on the internet.

djangofan avatar Feb 25 '21 19:02 djangofan