bistrulli / springTestApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springTestApp

Installation guide

  1. Before re-compiling the project, it's a good practice to clean it (mvn clean). This removes the target directory, which contains all the output from previous compilations.

  2. To compile the project and also package it (into a .jar file), you can use the package goal (mvn package) instead of just compiling (mvn compile ). This command will compile the code and also package it according to the specifications in the pom.xml file.

About


Languages

Language:Java 79.9%Language:Dockerfile 19.2%Language:Shell 0.9%