Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 648 Bytes

FWA

About

School 21 java project.
Using Java Servlet API, Spring and jsp
(package Spring Web is forbidden by rules of the project)

Compile and run

To run this app on your machine you need to specify your images-storage in application.properties

and add a default image file. For example shades.png

Compile

mvn clean install

Run

mvn org.codehaus.cargo:cargo-maven2-plugin:run

If want to init data set INIT_DATA env

INIT_DATA=true mvn clean install org.codehaus.cargo:cargo-maven2-plugin:run