@Target(value=TYPE) @Retention(value=RUNTIME) @Import(value=SpringBootProcessApplication.class) @Documented @Inherited public @interface EnableProcessApplication
SpringProcessEngineConfiguration
auto-deploy feature and instead uses the required META-INF/processes.xml
as an indicator for resource scanning. This also allows all processes.xml
configuration features described here:
The processes.xml Deployment Descriptor
To use it, just add the annotation to your Spring Boot application class:
@SpringBootApplication @EnableProcessApplication("myProcessApplicationName") public class MyApplication { ... }
public abstract String value
Copyright © 2022. All rights reserved.