Skip to content

Commit

Permalink
Update DefaultEclipseStoreConfiguration (#355)
Browse files Browse the repository at this point in the history
Add a ComponentScan annotation so that spring will register LockAspect as a bean.
  • Loading branch information
Oscar-21 authored Jan 2, 2025
1 parent 9ef0030 commit 1f55888
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@AutoConfigureAfter(EclipseStoreSpringBoot.class)
@ComponentScan("org.eclipse.store.integrations.spring.boot.types.concurrent")
public class DefaultEclipseStoreConfiguration
{

Expand Down

0 comments on commit 1f55888

Please sign in to comment.