Missing New Projects like Gradle Web, Maven archetypes, others 关注
已回答
In IntelliJ IDEA 2022.1 > New Project, I don't find any options to create a web app, like Gradle > Web, or Maven archetypes.
How can I create these now?
请先登录再写评论。
Maven archetype should be listed on the left in 2022.1: https://i.imgur.com/71SIedO.png
What do you mean by Gradle Web? Gradle-based JavaFX like that: https://i.imgur.com/dFOoaTY.png ?
Thanks. Sorry, I don't know how I missed the Maven Archetypes. As for the Gradle projects: I see I can get to something similar in the "Java Enterprise" generator, then choose Gradle, then the next page has choices for Specifications and Implementations, like "Servlet". And, that creates the type of project I was looking for.