Is web.xml needed in a Jhipster generated reactive spring-boot gateway application?

48 Views Asked by At

My web application is generated using Jhipster framework. It is a gateway application and I am using reactive spring-boot. I can see a web.xml is generated and it has <mime-mapping> tag inside <web-app>. Is this actually needed for a spring-boot application?

0

There are 0 best solutions below