This project is to showcase the the topic of my blogpost.
The project has two modules (SpringBootApplications)
- CrashingApp
- SuccessApp
mvn clean verifyShould run successfully
Should start successfully for both applications
java -jar <path_to_application_jar_file>This should start the SuccessApp successfully.
This should crash for CrashingApp with an BeanCrationException caused by a FileNotFoundException.