Skip to content

matasaru/tiger-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkTiger meets Clojure

Minimal repo that shows the first steps taken to migrate LinkTiger's customer facing webapp - an embedded Jetty JSP application - to Clojure.

Checkout any of the commits and:

  • run the following command from within the project dir to build the jar
mvn clean package
  • run the following commands to start the webapp
cd target
java -jar tiger-webapp.jar  

IntelliJ will create a Run Configuration from .run/tiger-webapp.run.xml which you can use to run/debug the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published