Skip to content

ecuriotto/c8dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template for the Camunda 8 for Developers Training with Spring

This is your starting point for the Camunda 8 for Developers training.

Prerequisites

  • JDK 17 or higher
  • A Java capable IDE such as IntelliJ IDEA or Eclipse (with Maven)

Preparation steps

Verify that the project builds your local development environment by following these steps:

  1. Verify JDK Version

    Make sure JDK 17 or higher is installed on your machine: java -version

  2. Clone and Import the Project

Clone the project repository and import it as a Maven project into your preferred Java-capable IDE.

  1. 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.

  1. Build and Test

Within the project directory, execute: mvn clean install

This should build the project.

Troubleshooting

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages