Skip to content

derrickrose/review-java

Repository files navigation

review_java

review_java is my simple java app to test everything with java examples :

  • design patterns
  • data structures
  • algorithms
  • libraries

creation design patterns

    • abstract factory
    • factory
    • singleton

behavioral design patterns

structural design patterns


DEPENDENCIES

  • The application runs with java 8 or higher,
  • uses maven for dependency handling

PACKAGING

  • first clone project from github https://github.com/derrickrose/review_java.git

  • point path inside project directory, in my case as an example I am using ubuntu '$ cd Documents/perso/projects/review_java'

  • be sure the path is pointing inside the application directory in my case the welcome prompt shows frils@boss:~/Documents/perso/projects/review_java$

  • to build the project, enter the following command and note a BUILD SUCCESS


mvn clean install

!!! To skip the tests use parameter : -DskipTests


BEST PRACTICES


WHAT NEXT ?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages