Skip to content

Commit 410bdae

Browse files
Merge pull request #66 from leanix/feature/cid-3383-enable-async
cid-3383: Enable async
2 parents c3bac27 + 03620ee commit 410bdae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package net.leanix.githubagent.config
2+
3+
import org.springframework.context.annotation.Configuration
4+
import org.springframework.context.annotation.Profile
5+
import org.springframework.scheduling.annotation.EnableAsync
6+
7+
@Profile("!test")
8+
@EnableAsync
9+
@Configuration
10+
class AsyncConfig

0 commit comments

Comments
 (0)