Template for the Camunda Platform 7 for Java Developers Training with Spring.
- JDK 17 or higher
- A Java capable IDE such as IntelliJ IDEA or Eclipse (with Maven)
Verify that the project builds your local development environment by following these steps:
-
Verify JDK Version
Make sure JDK 17 or higher is installed on your machine:
java -version
-
Clone and Import the Project
Clone the project repository and import it as a Maven project into your preferred Java-capable IDE.
-
Configure Maven Settings (If Behind a Firewall)
If you're behind a corporate firewall, ensure that Maven is configured with the appropriate proxy settings in your
<user-home>/.m2/settings.xml
. -
Build and Test
Within the project directory, execute:
mvn clean install
This should build the project.
If you encounter any issues:
- Confirm network settings and proxy configurations.
- Ensure all Maven dependencies are available and correctly downloaded.
- Review any error logs and resolve dependencies or configuration issues.
- For any unresolved issues, please contact the training coordinator with error details.