Вы можете добавить proxy.config.json
{
"/application1/rest": {
"target": "http://localhost:8060/",
"secure": false
},
"/anotherapp": {
"target": "http://localhost:8060/",
"secure": false
}
}
Затем выполните команду:
directory\angular> ng serve --proxy-config proxy.config.json