This is the server component for the Ercole project. Documentation available here.
- Java Developement Kit 11
- PostgreSQL server 9.6 or greater
- The ercole-web and ercole-packages should be available on your local or remote maven repository
mvn clean package
The resulting jar will be available under target/ercole-server-${version}.jar
To run the binary:
java -jar target/ercole-server-${version}.jar
You can customize the server parameters by copying the src/main/resources/application.properties file in the same directory as your ercole-server jar file.