Skip to content
/ dummy-app Public template

Very simple project to test out the git / maven / java config / workflow

Notifications You must be signed in to change notification settings

IFT-2255/dummy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Application

Requires Java 21 and Maven.

TODO

This project is there so you can verify that your git/maven/java configuration runs correctly.

The goal is to clone the repository, run the project, do some changes and save them to github.

Below are the instructions in command line, you can also use the interface available through your favorite IDE (that should be IntelliJ).

  1. Clone the project git clone <repo-url> - see the Code button above for the url
  2. Move into the newly created folder cd <folder>
  3. Build an executable: mvn package
  4. Run the executable: java -jar target/dummyApp-1.0-SNAPSHOT.jar
  5. Run the tests: mvn test
  6. Do some changes to the main method
  7. Add the changes to git git add .
  8. Commit the changes git commit -m "Describe the changes here"
  9. Push git push
  10. Refresh the page and GitHub and see that your changes are there ;)

About

Very simple project to test out the git / maven / java config / workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages