JAVA build system: Maven
Introduction Apache Maven is a build-automation tool that provides an easy way to develop JAVA applications Generating a Maven project: mvn archetype:buil...
These are some notes about Java programming.
Introduction Apache Maven is a build-automation tool that provides an easy way to develop JAVA applications Generating a Maven project: mvn archetype:buil...
Shortcuts sysout + ctrl + . creates System.out.println()
VI is useful in a CLI-only envireonment, especially when changing remote configurations in a service.
Basic CLI ```java package app;