Skip to content

Using Speedment with the Module System

Mislav Milicevic edited this page Nov 5, 2019 · 5 revisions

As of version 3.2.0, Speedment fully supports the Module System (JPMS) that was introduces as part of Java 9. This guide describes how to enable JPMS in new or existing Speedment projects.

Note: This is not a JPMS tutorial - prior knowledge on the topic is expected.

New Projects

If you're starting fresh, most of the heavy lifting is done for you. To enable JPMS support in new Speedment projects, head over to our Initializer and fill in your project details. Make sure the Java Modules option is enabled and click the Download button.

By clicking the Download button, you will receive a ZIP archive which contains all of the necesarry files that are needed to start using Speedment with JPMS.