Problem Description:

When debugging starts the Spring Boot project in Eclipse, it automatically jumps to the exitCurrentThread method, as shown in the figure

static void exitCurrentThread() {
		throw new SilentExitException();
	}
Copy the code

Solutions:

Eclipse-> [Preferences] -> [Java] -> [Debug] : Suspend execution on uncaught exceptions