标签: java angular spring-boot
我有一个Angular 5 + Springboot应用程序,Angular前端在单独的端口上运行,而Springboot服务在另一个端口上。有什么方法可以让我在相同的端口上同时运行并使用baseUrl区分它们?
例如
localhost:8090/api/..... for services localhost:8090/client/index.html .... for frontend