The project is intended for using by HR specialists.
-
Check base settings
$java -version
$ echo $JAVA_HOME (verification)
$export JAVA_HOME = ...
$mvn -version
-
Build with Maven (https://maven.apache.org/)
$mvn clean install
-
Preparing reports
$mvn site
$mvn site:stage
check: /target/stage/index.html
-
Run embedded Jetty server for web-app module
cd ./web-app && mvn jetty:run
-
You can test application by visiting
-
Travis CI integration
https://travis-ci.org/Brest-Java-Course-2018/LesiaMiliutina/
Following versions of software products are used for developing:
JDK: 1.8
Maven: 3.3.9
Spring: 4