I created an spring boot project with angular-cli. The output jar file looks like below:
BOOT-INF
|- classes
|- com
|- static
|- index.html
Now, when I go to the following url
http://<ip>:<port>
I got redirected to http://<ip>:<port>/app1
since in my angular route, I configured it to redirect.
But when I try to refresh http://<ip>:<port>/app1
, I got 404 not found.