|
@@ -0,0 +1,14 @@
|
|
|
|
|
+package com.zhongshu.payment.server.core.config;
|
|
|
|
|
+
|
|
|
|
|
+import com.zhongshu.card.client.config.FullCardClientConfiguration;
|
|
|
|
|
+import org.springframework.context.annotation.Configuration;
|
|
|
|
|
+import org.springframework.context.annotation.Import;
|
|
|
|
|
+
|
|
|
|
|
+/**
|
|
|
|
|
+ * @author TRX
|
|
|
|
|
+ * @date 2024/7/23
|
|
|
|
|
+ */
|
|
|
|
|
+@Configuration
|
|
|
|
|
+@Import(FullCardClientConfiguration.class)
|
|
|
|
|
+public class FullCardConfig {
|
|
|
|
|
+}
|