Skip to content

Commit

Permalink
#130 SelfCoreComponent request scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Oct 3, 2021
1 parent 4f88b98 commit 8614595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/selfxdsd/selfpm/SelfCoreComponent.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import com.selfxdsd.storage.MySql;
import com.selfxdsd.storage.SelfJooq;
import org.springframework.stereotype.Component;
import org.springframework.web.context.annotation.RequestScope;

/**
* Self Core component.
Expand All @@ -36,6 +37,7 @@
* @since 0.0.4
*/
@Component
@RequestScope
public final class SelfCoreComponent implements Self {

/**
Expand Down

0 comments on commit 8614595

Please # to comment.