All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.feel.playground.ProcessApplication Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package org.camunda.feel.playground;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class ProcessApplication {

  public static void main(String[] args) {
    SpringApplication.run(ProcessApplication.class, args);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy