I have an application written in AngularJS. It is quite "heavy", so I separated the start page to the static page without all dependencies.
So I have two main files:
index.html (start page)
app.html (angular application)
My start page has this URL:
http://localhost:8080/
The question is - how to set up a Spring Boot so that my AngularJS
application will be available at url: http://localhost:8080/#/login