Solution: First enter the "Configuration" page and mark "src" as the "Sources" file; then click the "facets" tab on the left side of the page and check "sources root" with "src" The option at the end can create a new servlet file in the file in the src directory.
The operating environment of this tutorial: windows7 system, IntelliJ IDEA2018.3 version, Dell G3 computer.
Solution
After I clarified my thoughts again, I thought I should start with the configuration of the project, so I came back to the configuration page
Mark src as the Sources file
In the sources root in the facets configuration, check src
The configuration is correct and you can create a new servlet file in the file in the src directory.
Recommended tutorial: "Java"
The above is the detailed content of What should I do if there is no servlet option when creating a new idea?. For more information, please follow other related articles on the PHP Chinese website!