Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 421 Bytes

File metadata and controls

13 lines (9 loc) · 421 Bytes

whichclasses

A better interface for the University of Arizona TCE system.

# Create and edit config before running locally.
cp src/main/resources/config.properties.EXAMPLE src/main/resources/config.properties
vi src/main/resources/config.properties

# Build and run. Maven should download all dependencies.
mvn compile
mvn exec:java -Dexec.mainClass="com.whichclasses.WhichClasses"