Download Intellij IDEA https://www.youtube.com/watch?v=2hNNWzdxlRg Download IntelliJ IDEA Install Intellij IDEA https://www.youtube.com/watch?v=EO023KXJATs Install Intellij IDEA
Simple Java 11 Maven Project with Intellij IDEA
In this post we are going to create a simple Hello World in Java11 using maven and Intellij IDEA. We are also going to deal with the compilation error "Error: java: error: release version 5 not supported" and the compilation warning "File encoding has not been set, using platform encoding UTF-8" Video https://youtu.be/H3valiUGQck Create the... Continue Reading →
Intellij: Install Fluent Interface
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 invoke existing setters
Create a Maven Web Project using Intellij IDEA
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 Modules + Web Create Artifact now in our project we have web/WEB-INF etc right click... Continue Reading →
intellij IDEA custom vm options
default settings updated settings are stored in ~/Library/Preferences/IntelliJIdea2017.3/idea.vmoptions
Intellij – Reopen last project on startup
Settings -> Appearance & Behaviour -> System Settings Reopen last project on startup
Intellij IDEA: maven clean install
Video https://youtu.be/salVwXHpIFQ Quick Steps View -> Tool Windows -> Maven ProjectOpens your projects in a sub-windowClick on the arrow next to your projectClick on LifecycleClick on cleanClick on the green (play) buttonClick on installClick on the green (play) button Source Code https://github.com/skills421/HelloWorld Latest Updates For latest updates check out Simple Java 11 Maven Project with... Continue Reading →
Publish Intellij IDEA Java Project to GitHub
Git Integration comes as standard with Intellij IDEA 14.x.x Register GitHub Account in Intellij IDEA Intellij IDEA -> preferences (⌘ Comma)-> Version Comtrol -> GitHub Enter your login and password and click Test.ApplyOK Publish Project VCS -> Import into Version Control -> Share Project on GitHub ShareSelect the files you want to version and... Continue Reading →
Change Code Formatting in Intellij Idea
Preferences -> Editor -> Code Style - Java