I am newbie with Java and here is my problem.
I created a Demo Spring MVC by Eclipse and I saw that my project did not have this file :
Src -> main -> webapp -> WEB-INF -> web.xml
I mean, it does not have the folder webapp -> WEB-INF -> web.xml, so I did not have the file web.xml, so I can not do anything with the file web.xml as the tutorial.
I searched on internet and found this link https://www.baeldung.com/eclipse-error-web-xml-missing
And, I installed javaee, but I did not find javaee.
And I found this link, on stackoverflow
Missing web.xml file from my maven application
So, must I create the file web.xml by hand ? Or any other way to eclipse create it automatically ?
Could you please give me some advice ? Thank you very much for your time.