問題タブ [ngboilerplate]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - spring+angularJS アプリケーションのウェルカム ページとしての Index.html
SpringMVC+AngularJS でアプリケーションを作成します。index.html ページを src/main/webapp/app/src/index.html に配置しました。
web.xml には
アプリケーションは
http://localhost:8080/myapp/app/index.html
ただし、 http://localhost:8080/myapp とは異なります。アプリケーションが正しく index.html ページにリダイレクトされるようにするには、どのような変更を行う必要があります