refactored

This commit is contained in:
2021-08-09 15:08:46 -04:00
parent 3d5bd117d5
commit bbef37a222
8 changed files with 10 additions and 3 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 = {"com.inteligr8.activiti.ais"})
public class KeycloakExtSpringComponentScanner {
}