I encountered a problem and couldn't solve it anywhere.
I need to configure spring boot URL mapping so that all URLs (http://localhost:xxx/*) is mapped to my index.html, with all the URL parameters included.
As you know react-router-dom changes the URL dynamically. But when you refresh it, the URL will not be found.
Thank you.