/java-challenge

Java challenge for candidates

Primary LanguageJava

How to use this project

  • Install packages with mvn package
  • Run mvn spring-boot:run for starting the application (or use your IDE)

Application (with the H2 DB) is ready to be used ! You can access the url below for testing it :

Don't forget to set the JDBC URL value as jdbc:h2:mem:testdb for H2 UI.

Instructions

  • Fork this project
  • Enhance the code (add tests, change syntax, add comments, you are free !)
  • Make a PR on the original repo (https://github.com/canujohann/java-challenge) from github.com