We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a0c07 commit 45a1c84Copy full SHA for 45a1c84
backend/src/main/java/wooteco/prolog/AsyncConfig.java
@@ -0,0 +1,9 @@
1
+package wooteco.prolog;
2
+
3
+import org.springframework.context.annotation.Configuration;
4
+import org.springframework.scheduling.annotation.EnableAsync;
5
6
+@Configuration
7
+@EnableAsync
8
+public class AsyncConfig {
9
+}
0 commit comments