By default Spring Boot web applications are multi-threaded and will handle multiple requests concurrently.
This might be a browser specific quirk. On Windows 10, Chrome & Firefox do seem to queue multiple requests to the same URL, while IE, Edge, & curl do not.