Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 382 Bytes

A Web Application that reports Choco performance over a set of fzn problems. (The database is private, though).

Pre-requisites: a file name 'mysql.properties' must be set in /src/main/resources/ and shoud contain :

mysql.url=...
mysql.dbname=...
mysql.user=...
mysql.pwd=...

The main commands are: $ mvn clean vaadin:update-widgetset gwt:compile install $ mvn tomcat:run