tcdng / jacklyn-app

Jacklyn Starter Application
https://www.tcdng.com
Apache License 2.0
1 stars 0 forks source link

Jacklyn Codebase Starter - Java Application

This starter provides a project template for building applications using Jacklyn Codebase that will run as a Java executable in a JVM. Runs on Java 7, 8, 9 and 10. An embedded Jetty server is used to handle all HTTP requests.

Uses in-memory HSQLDB as application database and utilizes port 7080 and 7081 for HTTP by default. You can change database and port settings in ...\WEB-INF\conf\unify.xml.

Build the Project

mvn clean package

Quick Run