This example application demonstrates database operations using the latest release of Speedment 3.0.1 and is adapted from the Speedment Code Examples. The database schema can be found in the file, publications.sql
.
The application can be built and run with Maven by executing the command:
mvn compile && mvn exec:java -Dexec.mainClass="org.redlich.publications.Main"
Please don't hesitate to contact me at mike@redlich.net for any questions.