Skip to content

Brest-Java-Course-2018/LesiaMiliutina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LesiaMiliutina

Build Status Coverage Status

The project is intended for using by HR specialists.

  1. Check base settings

    $java -version

    $ echo $JAVA_HOME (verification)

    $export JAVA_HOME = ...

    $mvn -version

  2. Build with Maven (https://maven.apache.org/)

    $mvn clean install

  3. Preparing reports

    $mvn site

    $mvn site:stage

    check: /target/stage/index.html

  4. Run embedded Jetty server for web-app module

    cd ./web-app && mvn jetty:run

  5. You can test application by visiting

    http://localhost:8080/

  6. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published