Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 696 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 696 Bytes

Segovia

An application to facilitate learning a foreign language.

Building application

gradle clean build

Running application

java -Dloader.path=~/segovia -jar app/build/libs/segovia-app-1.0.0-SNAPSHOT.jar

Argument -Dloader.path=~/segovia is optional at this time. This directory is to contain the application's configuration files and any libraries to override the behavior of the classes in the executable JAR. It is a comma-separated list of directories (containing file resources and/or nested archives in *.jar or *.zip or archives) or archives to append to the classpath. BOOT-INF/classes,BOOT-INF/lib in the application archive are always used.