如何在与相同应用程序中的Springboot服务相同的端口上在Springboot应用程序中运行Angular 5客户端

时间:2018-09-11 10:35:13

标签: java angular spring-boot

我有一个Angular 5 + Springboot应用程序,Angular前端在单独的端口上运行,而Springboot服务在另一个端口上。有什么方法可以让我在相同的端口上同时运行并使用baseUrl区分它们?

例如

localhost:8090/api/..... for services
localhost:8090/client/index.html .... for frontend

0 个答案:

没有答案