Skip to content

ajsobrino700/Ciklum-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ciklum - Lottoland

This is a little project for the interview test. Ths main tecnology in the project is Java 8, maven and spring boot 2.6.

If you want to compile and run the app, there are two option:

    mvn -U clean install

The other option if when you do not want to run the test.

    mvn -U clean install -DskipTests

This command must run in th root of the proyect, then generate a *.jar in the folder target. You can run the app with the next command.

    java -jar *.jar

The name by default of jar is lottoland-1.0.0.jar.

Also in the folder docker of project we can find a dockerfile then we can run the app in docker with this docket file for generate the image.

About

This is a repository for interview with ciklum

Resources

Stars

Watchers

Forks

Packages

No packages published