Charandeep Matta

Results 2 comments of Charandeep Matta

1. The app runs within a RestartLauncher due to devtools https://github.com/spring-projects/spring-boot/blob/v2.5.6/spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/RestartLauncher.java#L46-L53 2. When SpringApplication handles the failure it invokes SpringBootExceptionHandler.registerLoggedException for UnsatisfiedDependencyException 3. The last thing SpringApplication does is `ReflectionUtils.rethrowRuntimeException(exception);`...