Spring Boot with maven war dependancy -


i have spring boot web project dependency maven overlay war file spring web project. war included in pom.xml.

how can deploy war along spring boot application can use rest endpoints belong war file. i'm trying start application sts running java application. while application starting, can see urls belong spring boot project, urls belong war file missing.

i believe spring boot not support that. see issue here

try building war , deploying container.


Comments

Popular posts from this blog

angular - Is it possible to get native element for formControl? -

unity3d - Rotate an object to face an opposite direction -

javascript - Why jQuery Select box change event is now working? -