Skip to content

martin2176/demobackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demobackend

Steps to build project (includes creation of Jar file):

mvn clean install

or without tests

mvn clean install -DskipTests

Command to run jar file:

Requires 4 environmental variables
  • APIKEY
  • TABLENAME
  • USE_HTTPS
  • ZIPNAME
java -DAPIKEY=[REPLACE WITH API KEY] -DTABLENAME=[REPLACE WITH TABLE NAME] -DUSE_HTTPS=[REPLACE WITH true or false] -DZIPNAME=[REPLACE WITH Column Name] -jar backend-0.0.1-SNAPSHOT.jar com.martin.backend.BackendApplication

Example:

java -DAPIKEY=55a5555555a5a555a5555555a5555555 -DTABLENAME=dummytable -DUSE_HTTPS=false -DZIPNAME=zipcolumn -jar backend-0.0.1-SNAPSHOT.jar com.martin.backend.BackendApplication

Requirements

Java Version: 11 Maven Version: ~3.6.3 (or greater)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published