Download latest plugin version from https://plugins.jetbrains.com/plugin/6141-generate-fluent-interface Open Intellij Intellij Menu -> Preferences -> Plugins -> Install Plugin from Disk navigate to downloaded plugin (generate_fluent_inf.jar) OK Restart ** create class extends POJO right click Generate -> Fluent Interface Methods check …
Open Intellij File -> New Project Maven next GroupId: com.skills421.training.web ArtifactId: WebProject Right click in pom.xml Generate -> Dependency Template in artifactId start typing servlet-api and select from the drop down to get: javax.servlet servlet-api LATEST File -> Project Structure …