类似于this问题,我不能创建一个Servlet文件与'新'上下文菜单New -> Servlet
。然而,如屏幕截图所示,src/main/java
已经被标记为源根目录,所以这是一个与答案建议不同的问题。从javaclass手动创建Servlet可以工作,但是自动创建样板代码会更好。
我下面这个文本教程从JetBrains
Screenshot showing the missing of 'new servlet'的
Screenshot showing the source root activation的
我检查了Sources根目录是否设置正确,以及默认servlet是否工作正常。
1条答案
按热度按时间oxcyiej71#
最新的IntelliJ IDEA版本不提供用于创建servlet、侦听器和过滤器的默认模板。但是,您可以自己定义这些模板。
粘贴以下代码作为模板体:
字符串
下
Settings/Preferences | Editor | File and Code Templates
更多信息请访问https://www.jetbrains.com/help/idea/creating-and-configuring-web-application-elements.html#elements-templates