Monday, February 22, 2021

Devops

  DevOps is a methodology that combines software development (Dev) with operations (Ops). It is not a tool.

Configuring Java and Maven

  1️⃣ Configure Java Environment Open the Java environment file. sudo vi /etc/profile.d/java.sh Add these lines inside the file: expor...