- Memperbarui kebutuhan paket
- Melakukan inisialisasi proyek
command: mvn clean install
command with open jacoco: mvn clean test; start target\site\jacoco\index.html
command with open jacoco: mvn clean test && open target\site\jacoco\index.html
command with open jacoco: mvn clean test && xdg-open target\site\jacoco\index.html
Command: mvn spring-boot:run
pre-command: mvn clean install
command: ./mvnw test jacoco:report
command-check: ./mvnw clean test jacoco:check
Proyek ini dibuat untuk tujuan Pendidikan.