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
Post a Comment