Skip to content

Latest commit

 

History

286 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmierbeispiel für Vorstellungsgespräche

Requirements

JDK 17 ist mindestends erforderlich (JAVA_HOME Umgebungsvariable ist gesetzt und java binaries sind im PATH)

zu verifizieren via:

echo $JAVA_HOME
echo $PATH
java -version

Project setup

Build

./mvnw clean verify

IDE Setup

Es muss meist nur die pom.xml in der IDE importiert werden. Es ist wichtig, dass erkannt wird, dass es sich um ein Maven-Projekt handelt.


Programming Challenge for Job Interviews

Requirements

JDK 17 is required at a minimum (JAVA_HOME environment variable is set and java binaries are in the PATH).

To verify, run the following commands:

echo $JAVA_HOME
echo $PATH
java -version

Project setup

Build

./mvnw clean verify

IDE Setup

In most cases, only import the pom.xml into the IDE. It is important to recognize that this is a Maven project.

About

Programming example for job interviews

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages