I'm currently trying to learn Angular JS , but first I want to set up my environment using Spring mvc .
At the moment I only want to work with rest, but I have a doubt that the best way to place resoucres in Spring mvc
My simple application has this script:
my-simple-app: src main java resources webapp resources WEB-INF
If I want to put the app folder from angular-seed , what is the best place to put it?
I tried to insert src/webapp/resources/app , but then I need to move the html files to WEB-INF?
How is your skeleton in your angular -js spring mvc applications?
What is the best way to do a redirect to app/index.html ? to the welcome file and then only work with angularjs $routeproviders ?
Thanks!
java angularjs spring-mvc maven
gerardribas
source share