|
@@ -0,0 +1,14 @@
|
|
|
+package com.galaxis.manatee.configuration;
|
|
|
+
|
|
|
+import org.springframework.context.annotation.Configuration;
|
|
|
+import org.springframework.scheduling.annotation.EnableAsync;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @author zcj
|
|
|
+ * @version 0.1
|
|
|
+ * @date 2020/6/12 8:46 上午
|
|
|
+ */
|
|
|
+@Configuration
|
|
|
+@EnableAsync
|
|
|
+public class SpringAsyncConfiguration {
|
|
|
+}
|