Skip to content

tmacmath/palmquist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages