initial checkin

This commit is contained in:
2021-10-11 14:52:03 -04:00
commit a8fc546cbd
5 changed files with 557 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package com.activiti.extension.conf;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan(basePackages = "${activiti-ext.scan.packages}")
public class CxfActivitiExtSpringComponentScanner {
}