code-examples
code-examples copied to clipboard
Can you add a "ProvisioningException" example?
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.