Spring Boot running java and web content on different ports in a single application -


is possible run static content , java related code on different ports?

i have spring boot project java code resides on src/main/java , web content on src/main/resources/static.

is there possibility run static content on port 8080 , java (rest controller) on 8081 ?

i don't want create separate project ui.


Comments

Popular posts from this blog

ruby on rails - ActiveRecord order not working -

java - AEM: 403 Forbidden occurs when call a Post servlet -

How to embed a map into Netlogo using GIS extension? -