Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 821 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 821 Bytes

palmquist

This webapp is a rewrite of the Beinecke Library legacy application Palmquist. The project can be built using Maven, and the resulting .war file can be dropped into Tomcat (or just launched with java). The stack is Spring Boot/MVC/Data.

Installation

  • Build and Launch
mvn install:install-file -Dfile=sqljdbc4.jar -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.0 -Dpackaging=jar
cd palmquist
mvn clean install
cd target
java -jar palmquist-0.0.1-SNAPSHOT.war

Try it