Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 553 Bytes

File metadata and controls

22 lines (14 loc) · 553 Bytes

photodb

Quick start [standalone application]

You can run the application by following these simple steps.

  1. Checkout this source code
  2. Go to the root of your application and run mvn clean install tomee:run
  3. Open http://localhost:8080/photodb

Quick start [solution]

This application is part of the photodb/faceid/msglnk solution. In order to make it visible to the other applications execute this command instead:

mvn clean install tomee:run -P solution

Dependency

  1. = Maven 3.x.x

  2. = Java 1.6