|
|
@@ -0,0 +1,11 @@
|
|
|
+package com.zhongshu.card.server.core.config;
|
|
|
+
|
|
|
+import com.github.microservice.auth.config.AuthClientConfiguration;
|
|
|
+import com.zhongshu.payment.client.config.PaymentClientConfiguration;
|
|
|
+import org.springframework.context.annotation.Configuration;
|
|
|
+import org.springframework.context.annotation.Import;
|
|
|
+
|
|
|
+@Configuration
|
|
|
+@Import(PaymentClientConfiguration.class)
|
|
|
+public class PaymentServerConfig {
|
|
|
+}
|