Skip to content

Commit

Permalink
Disable Post Construct
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Dec 17, 2024
1 parent b141533 commit 72438d6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ public IntegrationGroupEnum getIntegrationGroup() {
return IntegrationGroupEnum.BTS;
}

@PostConstruct
public void createIntegration() {
initListeners();
}
// @PostConstruct
// public void createIntegration() {
// initListeners();
// }

private void initListeners() {
ApplicationEventMulticaster applicationEventMulticaster = applicationContext.getBean(
Expand Down

0 comments on commit 72438d6

Please sign in to comment.