Skip to content

Commit 03620ee

Browse files
cid-3383: Enable async
1 parent c3bac27 commit 03620ee

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)