Skip to content

Cobora2001/java-intellij-idea-and-maven

Repository files navigation

Test Intellij and Maven Project

This project aims to teach me how to use Intellij and Maven.

Build and run the project using the following commands:

# Download the dependencies
./mvnw dependency:resolve

# Package the application
./mvnw package

# Run the application
java -jar target/java-intellij-idea-and-maven-1.0-SNAPSHOT.jar

About

Created as asked by the DAI course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages