Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add a new application with the following Run/Debug Configurations
  2. Main class: org.apache.streampipes.backendservice.core.StreamPipesBackendApplication
  3. Use classpath of module: streampipes-backendservice-core
  4. Environment variables: streampipes-backendservice-core/development/env
  5. Apply, OK & Start the application
  6. Navigate to "http://localhost:8030/streampipes-backend/" to see if the backend is running. You should see the following message:

Instead of the development file, we also provide a startup configuration for IntelliJ under development/runConfigurations, which should be added automatically to the project.