Creating JAVA WEB-APP
1. Create the Project
File → New → Project
Select Maven as the build system.
Check “Create from archetype”, then choose org.apache.maven.archetypes:maven-archetype-webapp. IntelliJ will fetch this standard archetype from Maven Central. JavaPointer...
command-line-interface.hashnode.dev2 min read