package com.activiti.extension.conf; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @Configuration @ComponentScan(basePackages = {"com.inteligr8.activiti"}) public class KeycloakExtSpringComponentScanner { }