Skip to content

VandorpeDavid/CovidScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Java 11
  • A (postgres) database (configurable)
  • Maven

Build by running mvn package (jar will be in the target directory).

Run with SPRING_CONFIG_LOCATION=CONFIG_DIR_HERE java -jar -Dspring.profiles.active=production election-0.0.1-SNAPSHOT.jar, with the SPRING_CONFIG_LOCATION variable pointing to a directory containing an application.yml file. Check src/main/resources/ for an example. The application should now be hosted at port 8080 (configurable).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published