org.kie.kogito.tests.KogitoInfinispanSpringbootApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of process-usertasks-with-security-springboot
Show all versions of process-usertasks-with-security-springboot
Kogito usertasks orchestration with security enabled on REST api - Spring Boot
package org.kie.kogito.tests;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication(scanBasePackages={"org.kie.kogito.**","org.acme.travels.**"})
public class KogitoInfinispanSpringbootApplication {
public static void main(String[] args) {
SpringApplication.run(KogitoInfinispanSpringbootApplication.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy