0

I use Spring boot embedded container and it works fine. Now, moving to war file deployment duo to some restriction on .jar with webapp folder. Not sure how to configure welcome file list with Spring boot war.

Thanks

user1578872
  • 7,808
  • 29
  • 108
  • 206
  • Does this answer your question? [Changing default welcome-page for spring-boot application deployed as a war](https://stackoverflow.com/questions/26057995/changing-default-welcome-page-for-spring-boot-application-deployed-as-a-war) – BalusC Feb 20 '20 at 08:28

1 Answers1

1

Perhaps this answer could be of assistance

Changing default welcome-page for spring-boot application deployed as a war

Community
  • 1
  • 1
Zergleb
  • 2,212
  • 15
  • 24